aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/boot/long_mode_init.asm3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86_64/boot/long_mode_init.asm b/arch/x86_64/boot/long_mode_init.asm
index c3167f9..22e7fd4 100644
--- a/arch/x86_64/boot/long_mode_init.asm
+++ b/arch/x86_64/boot/long_mode_init.asm
@@ -14,7 +14,4 @@ long_mode_start:
extern main
call main
- ; print `OKAY` to screen
- mov rax, 0x2f592f412f4b2f4f
- mov qword [0xb8000], rax
hlt