feat: misc

Nicer kernel, now can fetch multiboot2 boot info
This commit is contained in:
2026-02-21 22:12:23 +01:00
parent a2dfc5c775
commit e6b231488d
11 changed files with 282 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
[build]
target = ".cargo/target-i386.json"
target = ".cargo/target-protected-i386.json"
[unstable]
build-std = ["core", "compiler_builtins"]

View File

@@ -1,4 +1,4 @@
ENTRY(start)
ENTRY(start_stub)
SECTIONS {
. = 1M;