moron All American 34142 Posts user info edit post |
umm… you either have to reflash the BIOS with your own code, or write your own bootloader (with your own drivers, etc., to run the peripherals).
The easiest thing to do is to find some barebones “real time” linux kernel, and write your app in that. The advantage to this is that you don’t have to worry about writing your own drivers for the peripherals (keyboard, mouse, serial ports, etc.) if you compile them into the kernel, and it’ll boot up very quickly.
[Edited on May 15, 2010 at 6:49 PM. Reason : ] 5/15/2010 6:49:25 PM |