This commit is contained in:
rami 2024-05-26 20:52:52 -05:00
parent 99ed9c37db
commit 8851f7ec91

16
README.org Normal file
View File

@ -0,0 +1,16 @@
* TODO [7/12]
- [X] VGA CRTC driver
- [X] PIC
- [ ] PIT
- [X] PS/2 keyboard driver
- [X] Access ACPI tables
- [X] Detect PCI(e) devices
- [-] IDE driver [1/2]
- [X] Read
- [ ] Write
- [ ] Read FAT12 filesystem
- [X] Physical memory manager
- [ ] Paging
- [X] Switch to usermode
- [X] Syscalls
- [ ] Read and load ELF binaries