On Thu, 9 Dec 2004, Gin wrote:
Linuxbios successfully loads the payload FILO which brings up Linux> kernel. But the kernel hangs while waiting for a timer interrupt. See> below. I guess the interrupt table is not correct.
yes, it's a bad IRQ or MP table or both.
We have tools to extract them from the standard bios, see the util tree.
ron
src/util/getpir builds the IRQ table from the $PIR in memory, but which util extracts the MP table?
Steve