> I am designing a PCI add-in card that needs to start working within 1-2
> seconds of power-on, i.e., it cannot wait for a full linux boot which is in
> the order of tens of seconds. 
> 
> How can I solve this with RT Linux?

I designed a board last year that needed intialization at power up too. I
used PIC microcontrollers to do the job right on the board.  If you can
off-load certain tasks to microcontrollers, you can frequently greatly
reduce the demands on rt-linux too.

Another method would be to put your code in eprom at the end of the bios,
and place a jmp to your code at the 16 bit reset vector.  after your code
does what it needs to the card, chain to the original boot-loader
vector.  I wouldn't count on this doing any more than initilization.  

C W Wright


--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to