With this patch to FILO: Index: i386/timer.c =================================================================== --- i386/timer.c (revision 35) +++ i386/timer.c (working copy) @@ -105,7 +105,7 @@ return (end - start) * CLOCK_TICK_RATE / (1000*LATCH); }
-static unsigned long long cpu_khz; +static unsigned long long cpu_khz = 500000; void setup_timers(void) { if (!cpu_khz) {
I just booted linux. First v3 boot on real hardware.
There are still problems. Linux is quite busy as revealed by a POST card but we don't seem to get interrupts. Things are not wired correctly.
I am attaching the console log as I think this is pretty important for v3 :-)
Wow, this was a long haul, but we are very close. Thanks to you all.
thanks
ron