Skip to content

qvjp/INLOW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.