[syslinux] [PATCH] conio: readd jump to loadkeys_ret in loadkeys if size not 256 bytes

Sebastian Herbszt herbszt at gmx.de
Mon Jul 14 08:04:02 PDT 2008


hpa,

did you remove the "jne loadkeys_ret" on purpose?

- Sebastian

Index: syslinux-3.71-pre8/core/conio.inc
===================================================================
--- syslinux-3.71-pre8.orig/core/conio.inc	2008-07-14 15:48:22.000000000 +0200
+++ syslinux-3.71-pre8/core/conio.inc	2008-07-14 15:48:49.000000000 +0200
@@ -26,6 +26,8 @@
 
 loadkeys:
 		cmp eax,256			; Should be 256 bytes exactly
+		jne loadkeys_ret
+
 		mov bx,trackbuf
 		mov cx,1			; 1 cluster should be >= 256 bytes
 		call getfssec




More information about the Syslinux mailing list