search for: 55444db

Displaying 1 result from an estimated 1 matches for "55444db".

Did you mean: 55444
2010 Mar 21
0
[PATCH] core: use MY_NAME for syslinux_banner
...' ', 0 +syslinux_banner db CR, LF, MY_NAME, ' ', VERSION_STR, ' ', DATE_STR, ' ', 0 copyright_str db ' Copyright (C) 1994-' asciidec YEAR db ' H. Peter Anvin et al', CR, LF, 0 diff --git a/core/pxelinux.asm b/core/pxelinux.asm index 929ab67..55444db 100644 --- a/core/pxelinux.asm +++ b/core/pxelinux.asm @@ -2872,7 +2872,7 @@ tftpprefix_msg db 'TFTP prefix: ', 0 localboot_msg db 'Booting from local disk...', CR, LF, 0 trying_msg db 'Trying to load: ', 0 default_str db 'default', 0 -syslinux_banner db CR, LF, &...