Re: EBDA Question

2005-02-26 Thread H. Peter Anvin
Bukie Mabayoje wrote: In general, dropping the EBDA below 0x9a000 is probably a bad idea. Recent Linux kernels and boot loaders should handle it, though. Keep in mind that you might find yourself in serious trouble if you then have, for example, a PXE stack layered on top of your SCSI BIOS. There

Re: EBDA Question

2005-02-26 Thread Bukie Mabayoje
"H. Peter Anvin" wrote: > Followup to: <[EMAIL PROTECTED]> > By author:"Moore, Eric Dean" <[EMAIL PROTECTED]> > In newsgroup: linux.dev.kernel > > > > EBDA - Extended Bios Data Area > > > > Does Linux and various boot loaders(lilo/grub/etc) > > having any restrictions on where and how big >

Re: EBDA Question

2005-02-08 Thread H. Peter Anvin
Followup to: <[EMAIL PROTECTED]> By author:"Moore, Eric Dean" <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel > > EBDA - Extended Bios Data Area > > Does Linux and various boot loaders(lilo/grub/etc) > having any restrictions on where and how big > memory allocated in EBDA is? Is this > h

RE: EBDA Question

2005-02-07 Thread Salyzyn, Mark
EBDA is safe to use during lilo and grub as part of a BIOS. As long as the EBDA is properly formed. However, it is considered 'bad behavior' to allocate much more than 4k of EBDA as we find others (not Linux) that depend on the 640K region of memory run out of this precious resource. Beware of sev