remove dummy alloc
This commit is contained in:
@@ -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
|
||||
|
@@ -1,6 +1,6 @@
|
||||
section .multiboot_header
|
||||
header_start:
|
||||
dd 0xe85250d6 ; magic number multiboot 2
|
||||
dd 0xe85250d6 ; magic number multiboot
|
||||
dd 0 ; magic number protected mode i386
|
||||
dd header_end - header_start ; header length
|
||||
; checksum
|
||||
|
Reference in New Issue
Block a user