search for: writeprompt

Displaying 1 result from an estimated 1 matches for "writeprompt".

2002 Feb 26
0
syslinux timeout
...jnz enter_command test byte [KbdFlags],5Bh ; Caps, Scroll, Shift, Alt jz near auto_boot ; If neither, default boot enter_command: - mov si,boot_prompt - call cwritestr + ; DTM BEGIN ------------------------------------------------ + ;;mov si,boot_prompt + ;;call cwritestr + call writeprompt + ; DTM END -------------------------------------------------- mov byte [FuncFlag],0 ; <Ctrl-F> not pressed mov di,command_line ; ; get the very first character -- we can either time ; out, or receive a character press at this time. Some dorky BIOSes stuff ; a return in the buf...