Well ... There is one (IMHO) ugly way if you can't get specs from the
manufacturer:
        If you have an MS-DOS floppy you can boot with the BIOS supplied by
the board manufacturer, you could always use a combination of DEBUG (to
locate the code and save it to a file) and IDA (a freeware/shareware
Interactive DisAssembler) to re-create source code.

        Norm

> -----Original Message-----
> From: Torsten Merz [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, October 03, 2001 8:57 AM
> To:   [EMAIL PROTECTED]
> Subject:      [rtl] Using BIOS Interrupt
> 
> I use a Digital-Logic MSM-P5 CPU-board with a LTC1232 watchdog and
> RTLinux 3.1 with
> 2.2.19 kernel. On that board is a
> special BIOS extension in interrupt 15h available to program the
> watchdog.
> It has to be strobed at least every 800ms. For that purpose it seems to
> be 
> reasonable to create a periodic rt-thread. But as far as I know, it's
> problematic 
> to use BIOS interrupts in Linux. 
> Thanks for any hint how to do that.
> 
> Torsten Merz
> -- [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/
-- [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