Fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user