[syslinux] Re: [PATCH] /proc/sys/kernel/bootloader_type

Andrew Morton akpm at osdl.org
Fri Dec 31 01:34:43 PST 2004


"H. Peter Anvin" <hpa at zytor.com> wrote:
>
> This patch exports to userspace the boot loader ID which has been 
>  exported by (b)zImage boot loaders since boot protocol version 2.

Why does userspace need to know this?

>  --- linux-2.5/arch/i386/Makefile	24 Dec 2004 21:09:54 -0000	1.73
>  +++ linux-2.5/arch/i386/Makefile	28 Dec 2004 04:56:17 -0000
>  @@ -20,6 +20,10 @@
>   LDFLAGS_vmlinux :=
>   CHECKFLAGS	+= -D__i386__
>   
>  +# This allows compilation with an x86-64 compiler
>  +CC_M32		:= $(call cc-option,-m32)
>  +CC 		+= $(CC_M32)

Was this hunk deliberately a part of this patch?




More information about the Syslinux mailing list