previous | start | next

Modifying Linux

Steps to add a new system call to Linux - similar to Minix.

Adding a device driver is different.

Linux (eventually) added kernel module utilities.

Modules provide a general way to insert code into a running Linux system without having to recompile or reboot the system.



previous | start | next