/INLOW

参考:https://github.com/dennis95/dennix

Primary LanguageC++OtherNOASSERTION

INLOW

Build Status

INLOW is a small unix-like operating system. It includes monolithic kernel written in C++, a standard C library and userspace written in C


Build

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.