On Fri, Mar 16, 2001 at 10:49:19AM -0700, Eric W. Biederman wrote:
> Eric Seppanen <[EMAIL PROTECTED]> writes:
> > And of course I should mention that this is a wonderful vehicle for
> > fiddling with chipset or PCI registers, changing kernel parameters,
> > testing memory or other hardware, adding quick-and-dirty debug tests...
>
> This sounds nice, I'll have to take a look. I would like to find a
> clean way to use this with the main linuxbios tree. My hunch is we
> could have a normal linuxbios boot a minimal elf image that has all of
> the debugging code in it. And from there we could boot whatever we
> like from flash, or wherever.
If one wanted to use the menu to test DRAM, fiddle with cache settings,
play with chipset or pci registers, I think it's necessary to do that
before booting _any_ kernels, because the system may be flaky or not boot
at all. That's why I created a debug menu in linuxbios and not in linux.
I don't mean to imply that it's something everyone wants or should have.
But having the basic serial console input functions in the main cvs tree
would be nice-- then anybody can add their own menu for debugging (or
kernel parameters or whatever).
Eric