summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-16 10:50:24 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-16 10:50:24 +0100
commit1d3148c8dbe564ad47b72abd7527173df6f49dcc (patch)
tree1daf6536499519424ef822fdfda2eca40dbdc6d1 /ReadMe.md
parent4a66e8ada3b314ff6e5a739bd9ab1afcdc559574 (diff)
Meta: Better ReadMe
Add warning about FAT32 image.
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 4417ce78..97a93514 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -19,16 +19,13 @@ An OS written in C++ 20, with a System Call Interface Library, and a custom boot
Clone repository:
```
-git clone git@github.com:devrije/nekernel.git
-cd nekernel
+git clone git@github.com:devrije/kernel.git
+cd kernel
+./debug_ata.sh # Generic ATA PIO target
```
-</br>
+## Warning:
-And then select the makefile (ARM64 and AMD64 are stable and EFI based) to execute:
-
-```
-make -f amd64-efi.make all
-```
+You have to mount the FAT32 image in order to put the src/Root/ contents in it! (To make the emulator boot NeOS)
###### Copyright (C) 2024-2025 Amlal EL Mahrouss, All rights reserved.