summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-21 14:25:13 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-21 14:25:13 +0200
commite158c4832aa1d5dc8603fb9c33cac3f7cc19abc9 (patch)
tree0055162852966fab10afb7a230744796007a9c2f /src/boot
parent32f14fa04237963d8b6016d8cc0c6d853e68d2fe (diff)
downloadabaos-e158c4832aa1d5dc8603fb9c33cac3f7cc19abc9.tar.gz
abaos-e158c4832aa1d5dc8603fb9c33cac3f7cc19abc9.tar.bz2
added the widget and the composite widget classes
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/stage2_real_functions.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/stage2_real_functions.asm b/src/boot/stage2_real_functions.asm
index cc2ad26..61aa81e 100644
--- a/src/boot/stage2_real_functions.asm
+++ b/src/boot/stage2_real_functions.asm
@@ -2,7 +2,7 @@
; (note: the first sector gets loaded by the BIOS, the
; next 5 sectors are read by the simple stage 1 loader,
; so subtract 6 here!)
-NOF_LOAD_SECTORS equ 159
+NOF_LOAD_SECTORS equ 169
; data sections used for reading the kernel from disk
SECTORS_PER_CYLINDER: