|
f44d4ad768
|
Fixed bug in GDT length calculation in bootloader. Kernel now loads its own GDT so it doesn't clobber itself while touching memory. ATAPIO now loads its own copy of the boot sector so it isn't reliant on 0x7000 being mapped. Removed debug printf statements from a lot of places.
|
2021-10-12 21:41:31 +01:00 |
|
|
e2bb3ff634
|
The kernel is now actually useable with paging enabled.
|
2021-10-12 00:53:02 +01:00 |
|
|
6328062d4f
|
Fixed structs for PDEs and PTEs, got Qemu now properly maps virtual addresses to physical addresses, still triple faults on but I'm getting closer to getting it fixed.
|
2021-10-11 14:02:04 +01:00 |
|
|
010ea7eb1d
|
Fixed bug with capitalisation
|
2021-09-25 17:51:18 +01:00 |
|
|
c235befa43
|
Completely changed how XnoeOS boots, organised the code somewhat, renamed kernel32 to kernel, now uses the 9 sectors after the boot sector to store a 32 bit stage2 loader. No longer spends unnecessary time in real mode. Updated atapio to properly account for the reserved sector count.
|
2021-09-25 16:31:19 +01:00 |
|