diff options
Diffstat (limited to 'ReadMe.md')
| -rw-r--r-- | ReadMe.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,13 +1,15 @@ + + <div align="center"> -<h1>NewOS</h1> +<img src="Meta/NewOS.svg"/> </div> +NewOS is an operating system based on Common User Access and the microkernel NewKernel codename: 'Ne'. <br> - You need: -- MinGW for the kernel and bootloader. -- Netwide Assembler to output COFF object code. +- MinGW/CodeTools for the kernel and bootloader. +- Netwide Assembler/CodeTools to output COFF/PEF object code. Start by cloning the repo: @@ -21,4 +23,6 @@ And execute: make all ``` +for the default target (AMD64 EPM) + ##### Copyright, SoftwareLabs, all rights reserved. |
