Pointer Overloading
Saturday, 31 October 2015
MathJax with Blogger
›
Returning to blog after quite a while now, I started writing a more 'mathematically inclined' post only to find out how cumbersome ...
11 comments:
Wednesday, 25 September 2013
Linux: Making a system call from kernel space
›
System call is one of the few ways by which a user can request services from the kernel. You might be using functions like read(), write()...
5 comments:
Tuesday, 24 September 2013
Algorithms: Rotating a one-dimensional array of n elements by i positions
›
This post is now being maintained at my new blog . I encountered this problem while reading [1] and I have to admit, it takes some effor...
4 comments:
Monday, 23 September 2013
Linux, Python: A script to build linux kernel modules
›
In my previous posts ( [1] , [2] ), I have been vocal about how irritating the use of the linux kernel build system(kbuild [3] ) is. Don...
7 comments:
Friday, 20 September 2013
Linux: Creating an entry in /proc file system (Part 1: The hello_proc pseudo file)
›
I am using this column to explain the process of adding an entry to the /proc file system, by writing a linux module. After beginning wit...
20 comments:
Thursday, 19 September 2013
LInux: A 'Hello World' linux kernel module
›
Well, in linux, a kernel module is a piece of kernel object code which can extend the functionality of a running kernel, on demand! Isn...
2 comments:
Wednesday, 18 September 2013
C++: Template argument deduction to deduce array dimensions
›
If you call a template function, the template arguments can be omitted if the compiler can determine or deduce the template arguments by th...
2 comments:
›
Home
View web version