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
"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
>
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
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
4 matches
Mail list logo