Displaying 1 result from an estimated 1 matches for "exten_table_end".
2009 Jun 30
2
syslinux 3.11 patch for handling both KVM and serial console input
...to mangle the kernel name the way DOS would...
 ;
 		mov si,command_line
+		call find
+		mov si,FromFlag
+		call find
+		mov si,command_line
+		jmp bad_kernel
+
+find:
                 mov di,KernelName
                 push si
                 push di
@@ -346,6 +353,8 @@
 		add bx,byte 4
 		cmp bx,exten_table_end
 		jna .search_loop		; allow == case (final case)
+		ret
+
 		; Fall into bad_kernel
 ;
 ; bad_kernel: Kernel image not found
This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the messa...