INLOW is a small unix-like operating system. It includes monolithic kernel written in C++, a standard C library and userspace written in C
Before you build INLOW, you will first need to install a cross toolchain. You can type make install-toolchain
to download, build and install the toolchain. Then you can type make
to build this kernel.