From ab7e3f0739d11c4294cf331a07328d6d5aeb5a68 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 15 Jun 2017 21:34:02 +0200 Subject: adapted kernel size to fit clang --- src/boot/stage2_real_functions.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot') 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: -- cgit v1.2.3-54-g00ecf