This commit is contained in:
greg
2015-11-14 23:29:33 -08:00
parent fcfefa9a5e
commit 2beb647839

View File

@@ -21,7 +21,6 @@ long_mode_start:
mov [0xb8010], rax
hlt
spin_loop_64:
mov rcx, 0xffff_fff
.loop:
@@ -74,7 +73,7 @@ call_interrupt:
ret
sample_handler:
mov word [0x8b000], 0x4f72
mov word [0xb8000], 0x4f72
call spin_loop_64
iretq