Rust kernel
Following this post: http://blog.phil-opp.com/rust-os/multiboot-kernel.html#fn2
This commit is contained in:
7
rust_boot.asm
Normal file
7
rust_boot.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
global start
|
||||
|
||||
section .text
|
||||
bits 32
|
||||
start:
|
||||
mov dword [0xb800], 0x2f4b2f4f
|
||||
hlt
|
||||
Reference in New Issue
Block a user