Kim Mik
2009-Dec-29 01:00 UTC
[syslinux] [PATCH] chain.c32: comments fix and usage output corrected
Comments fix and usage output corrected for chain.c32 - Gert Hulselmans Signed-off-by: Gert Hulselmans <kimmik999999 at yahoo.co.uk> $ diff -u syslinux-3.84/com32/modules/chain.c.old syslinux-3.84/com32/modules/chain.c --- syslinux-3.84/com32/modules/chain.c.old 2009-12-29 01:46:34.058793767 +0100 +++ syslinux-3.84/com32/modules/chain.c 2009-12-29 01:53:41.150794351 +0100 @@ -49,7 +49,7 @@ * equivalent to -seg 0x2000 -file <loader>, used with WinNT's loaders * * cmldr=<loader>: - * used with Recovery Console of Windows NT/2K/XP. + * used with Recovery Console of Windows NT/2K/XP. * same as ntldr=<loader> & "cmdcons\0" written to memory address 0000:7C03 * * freedos=<loader>: @@ -735,7 +735,7 @@ " chain.c32 boot [<partition>] [options]\n" "Options: file=<loader> load file, instead of boot sector\n" " isolinux=<loader> load another version of ISOLINUX\n" - " ntldr=<loader> load Windows bootloaders: NTLDR, SETUPLDR, BOOTMGR\n" + " ntldr=<loader> load Windows NTLDR, SETUPLDR.BIN or BOOTMGR\n" " cmldr=<loader> load Recovery Console of Windows NT/2K/XP\n" " freedos=<loader> load FreeDOS kernel.sys\n" " msdos=<loader> load MS-DOS io.sys\n"
H. Peter Anvin
2009-Dec-29 02:26 UTC
[syslinux] [PATCH] chain.c32: comments fix and usage output corrected
On 12/28/2009 05:00 PM, Kim Mik wrote:> Comments fix and usage output corrected for chain.c32 > > - Gert Hulselmans > > > Signed-off-by: Gert Hulselmans <kimmik999999 at yahoo.co.uk> >This patch is still broken, because it has converted tabs to spaces in the baseline of the patch. I took care of it, but please avoid that in the future. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.