diff options
Diffstat (limited to 'ReadMe.md')
| -rw-r--r-- | ReadMe.md | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -1,14 +1,10 @@ <!-- README --> -<div align="center"> -<img src="Meta/NewOS.svg"/> -</div> - -NewOS is an operating system based on Common User Access and the microkernel NewKernel codename: 'Ne'. +NewOS is an operating system based on Zeta^1 and a microkernel codenamed 'Ne'. <br> You need: -- MinGW/CodeTools for the kernel and bootloader. +- MinGW/GCC for the kernel and bootloader. - Netwide Assembler/CodeTools to output COFF/PEF object code. Start by cloning the repo: @@ -20,9 +16,9 @@ git clone git@bitbucket.org:mahrouss/microkernel.git And execute: ``` -make all +make -f amd64-efi.make all ``` -for the default target (AMD64 EPM) +for the custom target 'AMD64 EPM' ##### Copyright, Zeta Electronics Corporation, all rights reserved. |
