remove dummy alloc

This commit is contained in:
mtgmonkey
2025-08-01 07:24:40 -04:00
parent 147702a8fa
commit 6433bb7c22
5 changed files with 4 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ long_mode_start:
mov fs, ax
mov gs, ax
extern rust_main ; make the jump to Rust!
extern rust_main ; call rust
call rust_main
mov rax, 0x2f592f412f4b2f4f