Die CPU bleibt bei einem normalen BIOS-Interrupt hängen. Bochs sagt dazu nur: SLDT: not recognized in real mode
MOV AX, 0201h
MOV CH, [first_read_sec_chs]
MOV CL, [first_read_sec_chs+2]
MOV DH, [first_read_sec_chs+1]
XOR DL, DL
XOR BX, BX
INT 13h
JC NEAR .floppy_error
Vor dieser Stelle wird INT 13h auch schon mehrmals benutzt, ohne Probleme