summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-01-25 08:16:43 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-01-25 08:16:43 +0100
commit32325873d3d44a158e1e5826369f01e9205d5117 (patch)
tree21470ce139f3abbdf150663ba1be06576d29fa3d
parent2e521f8e86fee826d35213a325f3d5f2c39b3595 (diff)
ADD: New Read Me.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
-rw-r--r--ReadMe.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 50082a71..1317ce87 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,23 +1,22 @@
-<!-- README of NeKernel -->
+<!-- Read Me of NeKernel -->
-# Open New Kernel Architecture (NeKernel)
+# New Kernel Architecture (NeKernel)
-## Brief
+## Brief:
-Stripped down version of NeKernel for open-source purposes.
+A Microkernel written in C++ 20, with a System Call Interface Library, and custom bootloader.
-## Demo Screenshots:
+## Screenshots:
![doc/apic.png](doc/apic.png)
-
![doc/filesystem.png](doc/filesystem.png)
-## Requirements
+## Requirements:
- MinGW/GCC for the Kernel, Boot Loader and the LibSCI.
- Netwide Assembler for the x64 assembly files (in case you're compiling for AMD64).
-### Installation
+## Installation:
Clone repository: