search for: boot_next_dev

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

2005 Dec 09
2
Development Question for version 2.11 of isolinux
...mov ax,500 ; wait 0,5s mov bx,1000 ; 1000 times mul bx mov cx,dx mov dx,ax mov ah,86h int 15h pop cx loop sleep_loop jmp boot_next_device boot_next_device: mov si,boot_next_dev call writestr mov ax,-1 jmp local_boot jmp kaboom booting_dvd: pop cx xor ax,ax int 16h xo...