summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-15 21:34:02 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-15 21:34:02 +0200
commitab7e3f0739d11c4294cf331a07328d6d5aeb5a68 (patch)
tree13b2b03c579bd35816d3f229ac32edab11fa3c0a /src/boot
parentf8dd9dd71ab603af23e008f1147f652b429c9296 (diff)
downloadabaos-ab7e3f0739d11c4294cf331a07328d6d5aeb5a68.tar.gz
abaos-ab7e3f0739d11c4294cf331a07328d6d5aeb5a68.tar.bz2
adapted kernel size to fit clang
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 84713d5..8b4b5af 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 5 here!)
-NOF_LOAD_SECTORS equ 42
+NOF_LOAD_SECTORS equ 46
; data sections used for reading the kernel from disk
SECTORS_PER_CYLINDER: