We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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