1
Operating System / Re: [Question]-Make a System Call Linux Kernel 3
« on: May 02, 2015, 02:40:23 pm »
You need to compile the kernel and modules first.
Code: [Select]
$ make # Compile the kernel
$ make modules # Compile the modules
$ make install # Install the kernel (just moves it to /boot and stuff)
$ make modules_install # Install the modules