Wayne Dunkel wrote:

> I have a variable declared as a short. which function should I use to output it
> to hardware? I assume one of the following: outsb, outsw, outsl, but I don't know 
>which.
>

It depends on your hardware.
b = byte, w= word, l = word.
Try man outb. or info outb.

It does not have any meening writing a word to hardware that only takes bytes.

Anders Gnistrup

----- End of forwarded message from [EMAIL PROTECTED] -----
-- [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/

Reply via email to