> Does the Linux kernel use the same interrupts that are found
> in Ralf Brown's list, or does it replace them with a set of
> it's own?
Neither, really. The Linux kernel provides all its functionality through
system calls, which are accessed through INT 0x80 in the same sort of way as
DOS uses INT 0x21. None of the others should be used; most of those are either
DOS, application or TSR/driver specific or provided by the system BIOS which
you shouldn't (and probably can't) access from within Linux (or any UNIX, or
any real 32-bit OS).
Regards,
Ben A L Jemmett.
(http://web.ukonline.co.uk/ben.jemmett/, http://www.deltasoft.com/)
To unsubscribe from SURVPC send a message to [EMAIL PROTECTED] with
unsubscribe SURVPC in the body of the message.
Also, trim this footer from any quoted replies.
More info can be found at;
http://www.softcon.com/archives/SURVPC.html