search for: not_ext

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

Did you mean: no_ext
2009 Jun 30
2
syslinux 3.11 patch for handling both KVM and serial console input
...fusion xchg dx,bx ; Data port in al,dx + mov byte [FromFlag],45 ; '-' flags input from serial ret -.kbd: mov ah,10h ; Get keyboard input +.kbd: mov byte [FromFlag],43 ; '+' flags input from console + mov ah,10h ; Get keyboard input int 16h cmp al,0E0h jnz .not_ext --- s_yslinux-3.11.orig/parseconfig.inc 2005-08-30 15:36:49.000000000 -0700 +++ s_yslinux-3.11.new/parseconfig.inc 2009-03-20 13:51:17.000000000 -0700 @@ -393,6 +393,7 @@ section .latebss alignb 4 ; For the good of REP MOVSD +FromFlag resb 1 ; ADP: becomes '-' for s...