summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-21 05:55:02 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-21 05:56:26 +0200
commitf3432c10bd694344f7e1f82ed8cd793358f1a400 (patch)
treeb2ac11c9c1378cb24e046185b6d2eeb1b0e16e98 /ReadMe.md
parent3a11be8c6f15cb03b483e2693bcd244846c6d61d (diff)
IMP: protect other computers which doesnt support EPM layout (AMD64)
IMP: Add LTE builtin and NetworkDevice of type LTE. UPDATE: Also updated ReadMe. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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.