From e158c4832aa1d5dc8603fb9c33cac3f7cc19abc9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 21 Jun 2017 14:25:13 +0200 Subject: added the widget and the composite widget classes --- 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 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: -- cgit v1.2.3-54-g00ecf