]> git.lizzy.rs Git - loadnothing.git/commitdiff
Init more registers
authorHimbeerserverDE <himbeerserverde@gmail.com>
Mon, 12 Sep 2022 11:14:01 +0000 (13:14 +0200)
committerHimbeerserverDE <himbeerserverde@gmail.com>
Mon, 12 Sep 2022 11:14:01 +0000 (13:14 +0200)
stage1/boot.asm

index 98484699d17bbd79398de8b6644ca31c4b99f1aa..1f4631c586070ff752feb154aee3f973918b10b6 100644 (file)
@@ -8,7 +8,9 @@
 xor ax, ax
 mov ds, ax
 mov es, ax
-mov bx, 0x8000
+mov fs, ax
+mov gs, ax
+mov ss, ax
 
 jmp boot