summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-16 19:36:10 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-16 19:36:10 +0200
commit0061eeb77f73a7832c4c72aba8dd56dc91743171 (patch)
tree4387e1ea40cd1e804cb077ddbabc7509cd26f530 /src/boot
parentdd7cbebcb41381fdb87e5c8e4d9d988337919c9c (diff)
downloadabaos-0061eeb77f73a7832c4c72aba8dd56dc91743171.tar.gz
abaos-0061eeb77f73a7832c4c72aba8dd56dc91743171.tar.bz2
playing with VGA font distance and characters bei being on the head or mirrored
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 2c38107..e72b783 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 156
+NOF_LOAD_SECTORS equ 158
; data sections used for reading the kernel from disk
SECTORS_PER_CYLINDER: