bios get key
bios get key
how do i pause. I tried using jmp $ but i am in PM and it reboots. is there a way to pause with out rebooting?
RE:bios get key
jmp $ works in PMode. Did you turn off interrupts or setup your IDT and handlers? You might be triple faulting when an interrupt is fired.
RE:bios get key
never mind, my loader wasent loading at the right location, oops
here is bios get key code in asm:
mov ah,0 ; await key pressed
int 16h
here is bios get key code in asm:
mov ah,0 ; await key pressed
int 16h