Discussion:
Linux Interrupts ( int86() funciton under borlandc)
(too old to reply)
Tayfun Özdemir
2003-07-15 22:25:57 UTC
Permalink
Hello there,
I am semi pro system programmer and i am trying to learn programing under
Linux (Using MS at school). I just wonder if there is a way to call software
interrupts under Linux. Like int86() function under borland c or int under
ASM. If so, can you please give a referance where can i find which
interrupt's which function does IO things (It would be better if you could
give me a web site or eBook that explains every interrupt :-))) ).
Thank you so much.
Tayfun Özdemir.
p***@icke-reklam.ipsec.nu
2003-07-16 05:48:40 UTC
Permalink
Post by Tayfun Özdemir
Hello there,
I am semi pro system programmer and i am trying to learn programing under
Linux (Using MS at school). I just wonder if there is a way to call software
interrupts under Linux. Like int86() function under borland c or int under
ASM. If so, can you please give a referance where can i find which
interrupt's which function does IO things (It would be better if you could
give me a web site or eBook that explains every interrupt :-))) ).
Thank you so much.
Tayfun Özdemir.
If you look for a way a user application may request stuff from kernel ?
Then the ones mention under chapter 2 in the manual are the ones
available.

This is one of the great strengths with un*x, a few well documented
system calls is avaliable. Everything else is done in userland.
--
Peter Håkanson
IPSec Sverige ( At Gothenburg Riverside )
Sorry about my e-mail address, but i'm trying to keep spam out,
remove "icke-reklam" if you feel for mailing me. Thanx.
R.F. Pels
2003-07-16 21:45:02 UTC
Permalink
Post by Tayfun Özdemir
Hello there,
I am semi pro system programmer and i am trying to learn programing under
Linux (Using MS at school). I just wonder if there is a way to call
software interrupts under Linux. Like int86() function under borland c or
int under ASM. If so, can you please give a referance where can i find
which interrupt's which function does IO things (It would be better if you
could
give me a web site or eBook that explains every interrupt :-))) ).
Google for Kernel Hacker's Guide.
--
Ruurd
Tayfun Özdemir
2003-07-18 13:12:24 UTC
Permalink
Post by R.F. Pels
Post by Tayfun Özdemir
Hello there,
I am semi pro system programmer and i am trying to learn programing under
Linux (Using MS at school). I just wonder if there is a way to call
software interrupts under Linux. Like int86() function under borland c or
int under ASM. If so, can you please give a referance where can i find
which interrupt's which function does IO things (It would be better if you
could
give me a web site or eBook that explains every interrupt :-))) ).
Google for Kernel Hacker's Guide.
--
Ruurd
Thank you so much.
Tayfun Özdemir.

Loading...