bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with pxe grub


From: Yoshinori K. Okuji
Subject: Re: problem with pxe grub
Date: Tue, 09 Jul 2002 23:31:06 +0900
User-agent: Wanderlust/2.8.1 (Something) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (Unebigoryƍmae) APEL/10.3 Emacs/21.2 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI)

At Tue, 09 Jul 2002 16:15:56 +0200,
luca dell'agnello wrote:
> lower mem:566K, Upper mem (to first chipset hole): 2096048k

This means that your BIOS reserves a lot of lower memory. Oh, once
again, a large EBDA problem!

This is a very very bad hack but you can try, if you are in a hurry:

*((unsigned short *) 0x0413) = 608;

Add this piece of code into the head of the function "cmain" in the
file "stage2/common.c". I can never assure you that this will work,
but perhaps it will work.

Because the same problem has been reported again and again, I'll work
on a right fix in near future.

Thanks,
Okuji



reply via email to

[Prev in Thread] Current Thread [Next in Thread]