bootsect: minor tweak
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
.global _start
|
.global _start
|
||||||
_start:
|
_start:
|
||||||
#ifndef NOBPB
|
#ifndef NOBPB
|
||||||
jmp l0
|
jmp 0f
|
||||||
nop
|
nop
|
||||||
|
|
||||||
.ascii "IBM 3.1"
|
.ascii "IBM 3.1"
|
||||||
@@ -18,7 +18,7 @@ bpb_localsectors: .word 720
|
|||||||
bpb_mediadescr: .byte 0xfd
|
bpb_mediadescr: .byte 0xfd
|
||||||
bpb_sectsperfat: .word 2
|
bpb_sectsperfat: .word 2
|
||||||
|
|
||||||
l0:
|
0:
|
||||||
#endif // NOBPB
|
#endif // NOBPB
|
||||||
cli
|
cli
|
||||||
xor %ax, %ax
|
xor %ax, %ax
|
||||||
|
Reference in New Issue
Block a user