Updating NOTES

This commit is contained in:
Justin C. Miller
2019-02-03 00:26:35 -08:00
parent 237c242f96
commit a71af1be96

View File

@@ -19,8 +19,6 @@
- Parse initrd and pre-load certain ELF images, eg the process loader process?
- Do initial memory bootstrap?
- Calling global ctors
- Device Tree
- Actual serial driver
- Disk driver
@@ -28,3 +26,11 @@
- Multiprocessing
- Syscalls
### Build
- Clean up build generator and its templates
- More robust objects to represent modules & targets to pass to templates
- Read project setup from a simple JSON/TOML/etc
- Better compartmentalizing when doing template inheritance
- Move to LLD as sysroot linker