diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-31 10:47:14 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-31 10:47:14 +0200 |
| commit | 2c4b02249ec4355a73b826909ab1889e45871faf (patch) | |
| tree | a904b374c7a738dd3dcb0a580e5667714b72682a /dev/ZKA/Docs | |
| parent | d65e85588388bf8c2e0dc8f6b106947110c0e815 (diff) | |
Saving progress on User scheduler implementation.
+ Working on RISC-V, ARM64, POWER64 HALs, to be able to distribute
mulitple versions of the product.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/Docs')
| -rw-r--r-- | dev/ZKA/Docs/SPECIFICATION.md | 4 | ||||
| -rw-r--r-- | dev/ZKA/Docs/TODO-LIST.md | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev/ZKA/Docs/SPECIFICATION.md b/dev/ZKA/Docs/SPECIFICATION.md index ded0aa12..d39a95d3 100644 --- a/dev/ZKA/Docs/SPECIFICATION.md +++ b/dev/ZKA/Docs/SPECIFICATION.md @@ -5,7 +5,7 @@ =================================== - ABI and Format: PEF/PE32+. -- Kernel architecture: Portable hybrid kernel. +- Kernel architecture: Portable hybrid Kernel. - Language: C++/(Assembly (AMD64, X64000, X86S, ARM64, POWER, RISCV)) =================================== @@ -56,7 +56,7 @@ =================================== - Capable of booting from a network drive. -- Loads a PE file which is the kernel. +- Loads a PE file which is the Kernel. - Sanity checks, based on the number of sections. - Handover compliant. - Does check for a valid partition (useful in the case of recovering) diff --git a/dev/ZKA/Docs/TODO-LIST.md b/dev/ZKA/Docs/TODO-LIST.md index 62cc886c..d0be1adc 100644 --- a/dev/ZKA/Docs/TODO-LIST.md +++ b/dev/ZKA/Docs/TODO-LIST.md @@ -6,8 +6,8 @@ - We need a bootloader for AMD64 [ X ] - Implement Boot Services [ X ] - Design Handover [ X ] - - Load kernel into memory [ X ] - - Fix bug in kernel loader, which causes a 06 #UD. [ X ] + - Load Kernel into memory [ X ] + - Fix bug in Kernel loader, which causes a 06 #UD. [ X ] - Load Kernel [ X ] - Add IDT [ X ] - AHCI driver [ WiP ] @@ -22,4 +22,4 @@ newosldr: Need to boot from EPM partition. [ X ] <br> NewKernel: New Filesystem is done. [ X ] -**Refer to Jira!** +**Refer to Jira please!** |
