|
1225529708
|
Fixed paging fully now. Kernel is loaded with virtual memory enabled. Just need to write an allocator and make kernel use virtual memory addresses for its stuff. Restructured codebase to be less messy. Updated Makefile to put binary files under build/ rather than in root directory
|
2021-10-11 20:47:04 +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 |
|
|
65b8e7773e
|
Added initial paging support.
|
2021-10-11 12:26:11 +01:00 |
|
|
e9f610d4aa
|
Memory bitmap generated
|
2021-10-10 20:19:09 +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 |
|
|
d617de6a0c
|
Moved some files around in preparation for completely changing the way that booting works
|
2021-09-23 15:09:06 +01:00 |
|