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 c43da4d..854b3b4 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 11
+NOF_LOAD_SECTORS equ 13
; IN bx: begin of memory area to dump
; IN ax: number of words to dump