NewOS is an operating system based on Common User Access and the microkernel NewKernel codename: 'Ne'.
You need: - MinGW/CodeTools for the kernel and bootloader. - Netwide Assembler/CodeTools to output COFF/PEF object code. Start by cloning the repo: ``` git clone git@bitbucket.org:mahrouss/microkernel.git ``` And execute: ``` make all ``` for the default target (AMD64 EPM) ##### Copyright, SoftwareLabs, all rights reserved.