Fixed README.md

This commit is contained in:
Brett Weiland 2021-03-24 15:47:15 -05:00
parent f90c075d50
commit 874bc2f5fe
2 changed files with 8 additions and 6 deletions

View File

@ -11,12 +11,12 @@ This project is in it's infancy. However, I'm making quick progress. I'll only c
- [] find out when and why checksum of binary vs debug binary stripped is occationally diffrent (maybe linker script?) - [] find out when and why checksum of binary vs debug binary stripped is occationally diffrent (maybe linker script?)
##debugging ## debugging
- [x] get debugging into into a seperate elf for GDB - [x] get debugging into into a seperate elf for GDB
- [] md5sum of striped binary is the same as one built without debugging info - [] md5sum of striped binary is the same as one built without debugging info
_Almost_ always, there was one time when it wasn't. Can't seem to reproduce. Check linker sizes and included sections. _Almost_ always, there was one time when it wasn't. Can't seem to reproduce. Check linker sizes and included sections.
##bootloader ## bootloader
- [x] make USB bootable as floppy - [x] make USB bootable as floppy
- [] make USB bootable as harddisk - [] make USB bootable as harddisk
- [x] detect native resolution - [x] detect native resolution
@ -28,18 +28,20 @@ _Almost_ always, there was one time when it wasn't. Can't seem to reproduce. Che
- [x] load sectors into 0x100000 - [x] load sectors into 0x100000
- [x] boot into kernel long mode - [x] boot into kernel long mode
##kernel (listed in order of dependency) ## Kernel
###Memory
### Memory
- [x] static page mapping - [x] static page mapping
- [] dynamic page allocation - 3/24/21, almost done, will likely finish soon. - [] dynamic page allocation - 3/24/21, almost done, will likely finish soon.
- [] remap paging to higher/more available physical address - [] remap paging to higher/more available physical address
- [] remap kernel to higher virtual address - [] remap kernel to higher virtual address
- [] create a written map of virtual shared/kernel addresses for documentation
###ACPI ### ACPI
- [x] find, check, and parse RSDP - [x] find, check, and parse RSDP
- [x] find, check, and parse RSDT or XSDT - [x] find, check, and parse RSDT or XSDT
###multicpu ### multicpu
- [] boot cpus - [] boot cpus
- [] parse MDST - [] parse MDST

Binary file not shown.