diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-13 10:20:11 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-13 10:20:11 +0200 |
| commit | f6bd94f8348bf452d4e77cf1f488bf846707e8b1 (patch) | |
| tree | 2d8a4c801b1c894efa46857bccf626618d94014c /ReadMe.md | |
| parent | 23cd8f6c24582add8fdd4f44517a4ce7b4ffc183 (diff) | |
MHR-23: Update 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, 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. |
