From 874bc2f5feb1ea90726d20cbdffbbc9dd94918b2 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Wed, 24 Mar 2021 15:47:15 -0500 Subject: Fixed README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5ed8726..336376b 100644 --- a/README.md +++ b/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 -- cgit v1.2.3