summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boot.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.asm b/boot.asm
index 2a2eada..816ef16 100644
--- a/boot.asm
+++ b/boot.asm
@@ -13,7 +13,7 @@ start:
mov ss, ax ; set stack segment
mov sp, 0200h ; 512 byte stack
- mov [drive0], dl ; save first detected drive
+ mov [drive0], dx ; save first detected drive
push banner ;
call puts ; print version