bootsect: minor tweak

This commit is contained in:
2025-10-06 22:40:28 +02:00
parent ec3fe0e07d
commit 05b733b296

View File

@@ -5,7 +5,7 @@
.global _start
_start:
#ifndef NOBPB
jmp l0
jmp 0f
nop
.ascii "IBM 3.1"
@@ -18,7 +18,7 @@ bpb_localsectors: .word 720
bpb_mediadescr: .byte 0xfd
bpb_sectsperfat: .word 2
l0:
0:
#endif // NOBPB
cli
xor %ax, %ax