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.

This commit is contained in:
2021-09-25 16:31:19 +01:00
parent d617de6a0c
commit c235befa43
13 changed files with 101 additions and 703 deletions
+1
View File
@@ -1,5 +1,6 @@
*.bin
*.img
*.stage2
*.sector
*.o
img.d/