about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2020-06-24 03:17:15 +0200
committerYour Name <you@example.com>2020-06-24 03:17:15 +0200
commit89a9a17e1e6a91ffa7107e914f2fcfb7bb300cba (patch)
treee4dbf9ec7581440a1c50ffcf762c0d80a6eb8a59
parentstdlib: added strncat (diff)
downloadpOS-89a9a17e1e6a91ffa7107e914f2fcfb7bb300cba.tar.gz
pOS-89a9a17e1e6a91ffa7107e914f2fcfb7bb300cba.tar.bz2
pOS-89a9a17e1e6a91ffa7107e914f2fcfb7bb300cba.zip
TODO: added to the todo
Added memory management and an ACPI interface to the todo list
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index bc64800..133823a 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,5 @@
 [] Write x86 bootloader
-[] Add interrupts
 [] More cpp features
 [] Code cleanup
+[] Add memory management
+[] Add an ACPI interface