diff options
author | Joursoir <chat@joursoir.net> | 2021-10-06 16:51:41 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-10-06 16:51:41 +0000 |
commit | 9e9af2e1f21c20221e87400c9ee2e97914a7070f (patch) | |
tree | 3ea3d692da092f0344475d67b5c3952d69e06b1f /arch/x86 | |
parent | 5800c3625aac3d9ccaeb7ccdd6bd1806a40bbade (diff) | |
download | mfsos-9e9af2e1f21c20221e87400c9ee2e97914a7070f.tar.gz mfsos-9e9af2e1f21c20221e87400c9ee2e97914a7070f.tar.bz2 mfsos-9e9af2e1f21c20221e87400c9ee2e97914a7070f.zip |
x86/boot: bump setup sectors
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/boot/rm_seg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |