rnk uses Kconfig to provide flexible configuration of the kernel (e.g. scheduling algorithm, memory allocator, etc.)
To configure the kernel options : make menuconfig or make nconfig
make menuconfig
make nconfig
Build the kernel is as simple as : make clean and make all
make clean
make all
There was an error while loading. Please reload this page.