diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-21 05:55:02 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-21 05:56:26 +0200 |
| commit | f3432c10bd694344f7e1f82ed8cd793358f1a400 (patch) | |
| tree | b2ac11c9c1378cb24e046185b6d2eeb1b0e16e98 /ReadMe.md | |
| parent | 3a11be8c6f15cb03b483e2693bcd244846c6d61d (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.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. |
