This website requires JavaScript.
Explore
Help
Sign In
xnoe
/
xnoe-os
Watch
1
Star
0
Fork
0
You've already forked xnoe-os
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
xnoe-os
/
src
History
Xnoe
b4375d1269
Initial version of Allocator complete. Added new, delete, new\[\] and delete\[\]. Preparations for Process and Kernel made
2021-10-25 20:59:49 +01:00
..
boot
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
boot_stage2
Implement Allocator. Add virtual page map. Fix PageMap class.
2021-10-25 16:29:53 +01:00
kernel
Initial version of Allocator complete. Added new, delete, new\[\] and delete\[\]. Preparations for Process and Kernel made
2021-10-25 20:59:49 +01:00
c_code_entry.asm
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