summaryrefslogtreecommitdiff
path: root/bootblocks/sysboot.s
diff options
context:
space:
mode:
Diffstat (limited to 'bootblocks/sysboot.s')
-rw-r--r--bootblocks/sysboot.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootblocks/sysboot.s b/bootblocks/sysboot.s
index baac806..b6adc75 100644
--- a/bootblocks/sysboot.s
+++ b/bootblocks/sysboot.s
@@ -48,7 +48,8 @@ dos4_fattype: .blkb 8 ! FAT type
!
! This is where the code will be overlaid, the default is a hang
-.blkb sysboot_start+0x3E-*
+! The 0x5A offset clears the FAT32 header.
+.blkb sysboot_start+0x5A-*
public codestart
codestart:
j codestart