parent
e684bfd262
commit
415d27814f
@ -0,0 +1,9 @@
|
|||||||
|
global long_mode_start
|
||||||
|
|
||||||
|
section .text
|
||||||
|
bits 64
|
||||||
|
long_mode_start:
|
||||||
|
; print `OKAY` to screen
|
||||||
|
mov rax, 0x2f592f412f4b2f4f
|
||||||
|
mov qword [0xb8000], rax
|
||||||
|
hlt
|
Loading…
Reference in new issue