summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-28 11:59:11 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-28 11:59:11 +0100
commit43bc0df214e217962bb6b0d7e4f4e47ee8e6153e (patch)
tree8da22e97703fcc4dae244e7a3e24c5ce48d501e9
parent9d28424271c58060cce4abfdf3cabaa737c0b59d (diff)
Meta: Update TODO list.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
-rw-r--r--TODO_LIST.TXT4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO_LIST.TXT b/TODO_LIST.TXT
index 09337b3b..c8f7c123 100644
--- a/TODO_LIST.TXT
+++ b/TODO_LIST.TXT
@@ -1,4 +1,6 @@
- We need preemptive multi-threading. [ X ]
- We then need sync primitives. [ X ]
- We also need a system library for the OS. [ X ]
-- We need a bootloader for PowerPC [ ]
+- We need a bootloader for AMD64 [ ]
+ - Load MPT into memory [ ]
+ - Jump to kernel [ ]