aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot/boot.stage1.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/boot.stage1.asm')
-rw-r--r--src/boot/boot.stage1.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/boot.stage1.asm b/src/boot/boot.stage1.asm
index a67e7fa..6bed463 100644
--- a/src/boot/boot.stage1.asm
+++ b/src/boot/boot.stage1.asm
@@ -30,6 +30,7 @@ _start:
int 0x13 ; Read disk
jc _disk_read_err
+ mov dl, [drive]
jmp 0x0000:STAGE2_ADDR