Notes update

This commit is contained in:
Justin C. Miller
2019-02-17 23:38:31 -08:00
parent 341ba5146a
commit 3bcd83f5a3

View File

@@ -2,7 +2,9 @@
## TODO ## TODO
- Better page-allocation model - Paging manager
- Copy-on-write pages
- Better page-allocation model?
- Allow for more than one IOAPIC in ACPI module - Allow for more than one IOAPIC in ACPI module
- The objects get created, but GSI lookup only uses the one at index 0 - The objects get created, but GSI lookup only uses the one at index 0
- mark kernel memory pages global - mark kernel memory pages global
@@ -24,7 +26,7 @@
- Disk driver - Disk driver
- File system - File system
- Multiprocessing - Multiprocessing
- Syscalls - Fast syscalls using syscall/sysret
### Build ### Build