summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
diff options
context:
space:
mode:
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 1164bfb0..e5beac8e 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -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.