Move src/modules/main -> src/kernel
This commit is contained in:
12
src/kernel/debug.s
Normal file
12
src/kernel/debug.s
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
section .text
|
||||
global do_the_set_registers
|
||||
do_the_set_registers:
|
||||
mov rax, 0xdeadbeef0badc0de
|
||||
mov r8, rcx
|
||||
mov r9, rdi
|
||||
|
||||
global _halt
|
||||
_halt:
|
||||
hlt
|
||||
jmp _halt
|
||||
Reference in New Issue
Block a user