Replacing the Console driver
I am modifying the linux kernel to be able to be run by a simulator. I
need to modify the console driver and interrupt handler. I have been
going through the various files, console.*, tty.* and the serial files to
see how to interface to the console. I have also read some kernel korner
articles, but they seem a little out of date. Is there any other
recommended documentation on the console driver and how it works on an
indy? I am trying to sort out the low-level interfaces from the
higher-level ones. I just need to change the low-level interface from
using the hardware to using the simulator interface.
thanks,
john
Reply to: