diff options
| author | Your Name <[email protected]> | 2020-06-24 03:17:15 +0200 |
|---|---|---|
| committer | Your Name <[email protected]> | 2020-06-24 03:17:15 +0200 |
| commit | 89a9a17e1e6a91ffa7107e914f2fcfb7bb300cba (patch) | |
| tree | e4dbf9ec7581440a1c50ffcf762c0d80a6eb8a59 | |
| parent | stdlib: added strncat (diff) | |
| download | pOS-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-- | TODO | 3 |
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 |