Fixed README.md
This commit is contained in:
parent
f90c075d50
commit
874bc2f5fe
14
README.md
14
README.md
@ -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?)
|
||||
|
||||
|
||||
##debugging
|
||||
## debugging
|
||||
- [x] get debugging into into a seperate elf for GDB
|
||||
- [] 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.
|
||||
|
||||
##bootloader
|
||||
## bootloader
|
||||
- [x] make USB bootable as floppy
|
||||
- [] make USB bootable as harddisk
|
||||
- [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] boot into kernel long mode
|
||||
|
||||
##kernel (listed in order of dependency)
|
||||
###Memory
|
||||
## Kernel
|
||||
|
||||
### Memory
|
||||
- [x] static page mapping
|
||||
- [] dynamic page allocation - 3/24/21, almost done, will likely finish soon.
|
||||
- [] remap paging to higher/more available physical 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 RSDT or XSDT
|
||||
|
||||
###multicpu
|
||||
### multicpu
|
||||
- [] boot cpus
|
||||
- [] parse MDST
|
||||
|
||||
|
BIN
src/indigo_os
BIN
src/indigo_os
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user