feat: introduce HOT! executable format and Ring 3 process isolation (v0.5.2)
- Implement custom 'HOT!' binary format and Rust-based elf2hot converter. - Upgrade kernel loader with segment-based loading and BSS zeroing. - Refactor scheduler for Ring 3 IRET frames and fix CS/SS selector swap. - Add user stack allocation (0x70000000) and linker scripts for binary cleanup.
This commit is contained in:
+3
-1
@@ -2,4 +2,6 @@
|
||||
build*
|
||||
.venv
|
||||
initrd/image.cpio
|
||||
initramfs/*
|
||||
initramfs/*
|
||||
|
||||
target
|
||||
Reference in New Issue
Block a user