[RFC] Porting of "password" and "lock" commands to Grub2

2007-08-01 Thread Julien Ranc
Hi all, I am currently working to implement the "password" and "lock" functionality from Grub Legacy into Grub2. This mail is to propose a different syntax for the "password" and "lock" Grub2 commands, with respect to what exists in Grub. The main reason is that, in Grub Legacy, the password comm

Re: [PATCH] efika memory issues

2007-08-01 Thread Hollis Blanchard
On 7/31/07, Robert Millan <[EMAIL PROTECTED]> wrote: > On Tue, Jul 31, 2007 at 10:55:09AM -0500, Hollis Blanchard wrote: > > I think the simplest solution will be to allocate Efika's heap high, > > as we talked about earlier. If the first "available" region is above > > 4MB, just reserve 4MB and do

Re: [PATCH] efika memory issues

2007-08-01 Thread Robert Millan
On Wed, Aug 01, 2007 at 12:34:21PM -0500, Hollis Blanchard wrote: > > Yup, it's a pain. Here's one idea: set a "GET_HEAP_FROM_WHEREVER" > flag, then later do Why a flag? Don't we want to do this unconditionally? MIN_HEAP_SIZE already determines wether it's appropiate or not. > We could try doi