diff options
author | Your Name <you@example.com> | 2020-06-27 04:11:47 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2020-06-27 04:11:47 +0200 |
commit | 3f1b0d98fcf814b364f0bd752eca8e8cd7b67ba5 (patch) | |
tree | b911d38a4f897f0c44f95a55d623cf1e761c1c3f | |
parent | Base: added a basic pmm (diff) | |
download | pOS-3f1b0d98fcf814b364f0bd752eca8e8cd7b67ba5.tar.gz pOS-3f1b0d98fcf814b364f0bd752eca8e8cd7b67ba5.tar.bz2 pOS-3f1b0d98fcf814b364f0bd752eca8e8cd7b67ba5.zip |
Updated TODO
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO index 0f826cf..0572cd6 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ [] Write x86 bootloader -[] More cpp features +[] More cpp features (implement new and delete) [] Code cleanup -[] Add memory management [] Add an ACPI interface -[] Add signals +[] Fix shell cmd delete bugs +[] Refractor some code to use malloc and free such as strtok |