All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [syslinux] SYSLINUX 2.09-pre11
       [not found] ` <20040208142021.GA494@elitel.biz>
@ 2004-02-08 18:58   ` H. Peter Anvin
  0 siblings, 0 replies; only message in thread
From: H. Peter Anvin @ 2004-02-08 18:58 UTC (permalink / raw)
  To: Andrea Mazzoleni; +Cc: linux-kernel

Andrea Mazzoleni wrote:
> On 02/05, H. Peter Anvin wrote:
> 
>>Please test it out.  Some time over the weekend I'm going to do a sweep 
>>for bug fixes I've forgotten and otherwise I'd like to release 2.09 next 
>>week.
> 
> Please consider to compare the behaviour of the SYSLINUX mem= option with
> the Linux kernel behaviour. I've rechecked it a lot of time, and I'm sure that
> there is a difference.
> 
> In the kernel function parse_cmdline_early() in the file arch/i386/kernel/setup.c
> the "mem=" option is used to only reducing (and never expanding) the memory map
> calling the limit_regions() function. This happen also if E820 is not available.
> 
> Instead, SYSLINUX uses the "mem=" option also for expanding the memory map
> over the value read from the BIOS.
> 
> Please note that this is only true for the simplest format of the "mem=" option
> like "mem=512M". Other formats like "mem=512M@512M" have different behaviours
> because add_memory_region() is called instead of limit_regions().
> 
> Also note that if E820 is not present, a fake E820 memory map is created
> in the setup_memory_regions() kernel function in arch/i386/kernel/setup.c.
> This is the fake memory map on which the limit_regions() function operates.
> That exactly happen is that copy_e820_map() returns -1 because "nr_map" is
> set to 0 in the arch/i386/boot/setup.S file if E820 is not present.
> 

This is unfixable, because someone fucked up and re-used a 
well-established protocol-defined option for another purpose.  E.g. 
"mem=512M" has meant exactly that (and was/is widely used to specify 
that memory should be added up to 512M).

Since the behaviour you describe is kernel-version-dependent, IT CANNOT 
BE FIXED IN THE BOOTLOADER, and whomever thought it was a good idea to 
mess with mem= should be taken out and shot.

	-hpa

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-08 18:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <402343F8.6020806@zytor.com>
     [not found] ` <20040208142021.GA494@elitel.biz>
2004-02-08 18:58   ` [syslinux] SYSLINUX 2.09-pre11 H. Peter Anvin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.