search for: writehex4

Displaying 2 results from an estimated 2 matches for "writehex4".

Did you mean: writehex
2002 Jul 27
2
Isolinux doesn't boot
hi, i've been trying around for a month or so to get isolinux on my toshiba satellite 4010cdt running. It doesn't really work. The debug version says the following: ISOLINUX 1.75 2002-06-14 ... isolinux: Startinug up, DL = 82 isolinux: Loaded spec packed OK, drive = 82 and that's it. No boot there. If I chain-load (or however that's called) my Isolinux - CDs with "Smart
2002 Feb 26
0
syslinux timeout
...ract saved cx + jmp .showtimeoutend +.showtimeout: + pop ax + mov cx,ax ; save current loop value in cx + mov bl,10 ; 1/10 sec + div bl + and ah,ah ; reminder + jnz .showtimeoutend + + mov si, boot_timeout_prompt_pos + call cwritestr + + mov ax,cx ; move loop value into ax + call writehex4 + + mov si, boot_timeout_prompt_end + call cwritestr +.showtimeoutend: + ; DTM END -------------------------------------------------- + pop cx loop time_loop ; If so, decrement counter + + ; DTM BEGIN ------------------------------------------------- + ; Fix prompt + mov si, boot_time...