From 9e9af2e1f21c20221e87400c9ee2e97914a7070f Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 6 Oct 2021 16:51:41 +0000 Subject: x86/boot: bump setup sectors --- arch/x86/boot/rm_seg.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/boot/rm_seg.inc b/arch/x86/boot/rm_seg.inc index e34dc8b..f6d4750 100644 --- a/arch/x86/boot/rm_seg.inc +++ b/arch/x86/boot/rm_seg.inc @@ -7,7 +7,7 @@ # Addresses of RAM: .set BOOTSEG, 0x07c0 # Address of boot sector .set SDATASEG, 0x9000 # System data -.set SETUPLEN, 1 # Number of setup sectors +.set SETUPLEN, 2 # Number of setup sectors .set SETUPSEG, 0x9020 # Setup address .set KERNSEG, 0x0100 # Historical load address .set KERNSIZE, 0x1000 # Kernel size, interpret as a segment -- cgit v1.2.3-18-g5258