public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* VM_AREA size
@ 2004-01-14 14:29 Mark Hounschell
  2004-01-14 18:36 ` Hugh Dickins
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Hounschell @ 2004-01-14 14:29 UTC (permalink / raw)
  To: linux-kernel

What would the ramifications be of increasing VM_AREA size in
include/asm-i386/page.h from 128mb to 256mb. What would be the proper way to
increase this if the above isn't? 

Regards
Mark

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: VM_AREA size
  2004-01-14 14:29 VM_AREA size Mark Hounschell
@ 2004-01-14 18:36 ` Hugh Dickins
  2004-01-14 18:57   ` H. Peter Anvin
  0 siblings, 1 reply; 4+ messages in thread
From: Hugh Dickins @ 2004-01-14 18:36 UTC (permalink / raw)
  To: Mark Hounschell; +Cc: H. Peter Anvin, linux-kernel

On Wed, 14 Jan 2004, Mark Hounschell wrote:
> What would the ramifications be of increasing VM_AREA size in
> include/asm-i386/page.h from 128mb to 256mb. What would be the proper way to
> increase this if the above isn't? 

I think you mean __VMALLOC_RESERVE?  For the most part it's straightforward
to bump it up.  _However_, that breaks boot loader assumptions about where
to load initrd, causing mayhem in that case (and initramfs?).  That's
second hand info: if I'm wrong or out-of-date, Peter is the authority
and will correct me; or try Google VMALLOC_RESERVE boot.

Hugh


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: VM_AREA size
  2004-01-14 18:36 ` Hugh Dickins
@ 2004-01-14 18:57   ` H. Peter Anvin
  2004-01-14 19:46     ` Mark Hounschell
  0 siblings, 1 reply; 4+ messages in thread
From: H. Peter Anvin @ 2004-01-14 18:57 UTC (permalink / raw)
  To: Hugh Dickins; +Cc: Mark Hounschell, linux-kernel

Hugh Dickins wrote:
> On Wed, 14 Jan 2004, Mark Hounschell wrote:
> 
>>What would the ramifications be of increasing VM_AREA size in
>>include/asm-i386/page.h from 128mb to 256mb. What would be the proper way to
>>increase this if the above isn't? 
> 
> I think you mean __VMALLOC_RESERVE?  For the most part it's straightforward
> to bump it up.  _However_, that breaks boot loader assumptions about where
> to load initrd, causing mayhem in that case (and initramfs?).  That's
> second hand info: if I'm wrong or out-of-date, Peter is the authority
> and will correct me; or try Google VMALLOC_RESERVE boot.
> 

I think it affects initramfs too.

It only affects boot loaders which don't support version 2.03 of the 
boot protocol; unfortunately that includes GRUB last I checked.

We really need a better dialog with the GRUB people, unfortunately at 
least I have unsuccessful in starting such a dialog.

GRUB, in particular, needs to report the boot loader ID they're using, 
plus support version 2.03 of the protocol.

	-hpa


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: VM_AREA size
  2004-01-14 18:57   ` H. Peter Anvin
@ 2004-01-14 19:46     ` Mark Hounschell
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Hounschell @ 2004-01-14 19:46 UTC (permalink / raw)
  To: linux-kernel

"H. Peter Anvin" wrote:
> 
> Hugh Dickins wrote:
> > On Wed, 14 Jan 2004, Mark Hounschell wrote:
> >
> >>What would the ramifications be of increasing VM_AREA size in
> >>include/asm-i386/page.h from 128mb to 256mb. What would be the proper way to
> >>increase this if the above isn't?
> >
> > I think you mean __VMALLOC_RESERVE?  For the most part it's straightforward
> > to bump it up.  _However_, that breaks boot loader assumptions about where
> > to load initrd, causing mayhem in that case (and initramfs?).  That's
> > second hand info: if I'm wrong or out-of-date, Peter is the authority
> > and will correct me; or try Google VMALLOC_RESERVE boot.
> >
> 
> I think it affects initramfs too.
> 
> It only affects boot loaders which don't support version 2.03 of the
> boot protocol; unfortunately that includes GRUB last I checked.
> 
> We really need a better dialog with the GRUB people, unfortunately at
> least I have unsuccessful in starting such a dialog.
> 
> GRUB, in particular, needs to report the boot loader ID they're using,
> plus support version 2.03 of the protocol.
> 
>         -hpa

Thanks guys. I "was" using grub I guess it's now back to lilo.

Mark

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-01-14 19:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-14 14:29 VM_AREA size Mark Hounschell
2004-01-14 18:36 ` Hugh Dickins
2004-01-14 18:57   ` H. Peter Anvin
2004-01-14 19:46     ` Mark Hounschell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox