Home | History | Annotate | Download | only in mbr

Lines Matching refs:bootsec

34 	.globl	bootsec
44 .section ".bootsec", "a", @nobits
45 .globl bootsec
46 bootsec:
126 movw $bootsec, %bx
171 movw $bootsec+446, %si
270 cmpl $0x42534658, (bootsec) /* "XFSB" */
281 cmpw $0xaa55, (bootsec+510)
283 movw $driveno, %sp /* driveno == bootsec-6 */
288 jmpw *%sp /* %sp == bootsec */