summaryrefslogtreecommitdiff
path: root/src/stage1_functions.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage1_functions.asm')
-rw-r--r--src/stage1_functions.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage1_functions.asm b/src/stage1_functions.asm
index c2e1bcd..8953b9c 100644
--- a/src/stage1_functions.asm
+++ b/src/stage1_functions.asm
@@ -2,7 +2,7 @@
; 3 * 512 for bootloader stage2 and the kernel code
; (note: the first sector gets loaded by the BIOS, so
; subtract 1 here!)
-NOF_LOAD_SECTORS equ 19
+NOF_LOAD_SECTORS equ 20
; IN bx: begin of memory area to dump
; IN ax: number of words to dump