Hello,
I'm trying to port linux to an i386 board.
The problem is that this board is not a PC, so not all pc-devices are
available. Most of them are, like the serial ports and the interrupt
controller, but someting like the real-time-clock is not available.
And also the timers are running from another frequency and there is no bios.
I have managed to load the kernel, do the uncompressing and starting the
kernel.
At this moment I'm stuck in init/main.c
I'm sure I will manage to go to the code step by step but it's time
consuming.
So I'm wondering if there is some document available which describes
what to change to adopt linux to my hardware.
Regards, Robert