]> git.lizzy.rs Git - loadnothing.git/commitdiff
Jump to boot instead of calling
authorHimbeerserverDE <himbeerserverde@gmail.com>
Sun, 11 Sep 2022 19:17:29 +0000 (21:17 +0200)
committerHimbeerserverDE <himbeerserverde@gmail.com>
Sun, 11 Sep 2022 19:17:29 +0000 (21:17 +0200)
stage1/boot.asm

index 9201cf87b4385b724359f248900f5455ebdf5da6..096a4016a6e4ee2602d697783b812c9b2e5e84aa 100644 (file)
@@ -7,7 +7,7 @@ mov ds, ax
 mov es, ax
 mov bx, 0x8000
 
-call boot
+jmp boot
 
 ; Print al register
 print_al: