Page 1 of 1

linux int 0x80

Posted: Thu Mar 15, 2007 11:32 am
by kubeos
Hello,

On this page http://www.ctyme.com/intr/int-21.htm is a fairly detailed look at DOS system calls. It's what I was using to add dos support to kube. But since I'm now working in pmode I'm looking for something similar for linux int 80h system calls. Does anyone know a good page with details on the registers going in and out of the the interrupt. I tried googling but didn't find anything as detailed as I needed.

Thanks everyone.

Posted: Thu Mar 15, 2007 12:15 pm
by bluecode
hi,

this is quite good. You could also look into the sourcecode. It is well commented. The site I gave you lists the files you could additionally look at.

Posted: Thu Mar 15, 2007 12:46 pm
by GLneo

Posted: Thu Mar 15, 2007 5:39 pm
by Tyler
i hate to use this verb... but "googling" it would have been far easier. "linux system call" brings up one of these responses and would have saved me the energy of saying, next time, google it.

Posted: Thu Mar 15, 2007 6:01 pm
by Brynet-Inc
Tyler wrote:i hate to use this verb... but "googling" it would have been far easier. "linux system call" brings up one of these responses and would have saved me the energy of saying, next time, google it.
Everyone knows "googling" is too hard.. :roll:

I feel your pain though.. hehe 8)

thanks

Posted: Thu Mar 15, 2007 6:09 pm
by kubeos
Tyler, read the last sentence in my first post up top...

Anyway, I found what I was looking for, and worked on it today.. I got fasm running but still need to implement the command line parameters.

Thanks for your responses.

Re: thanks

Posted: Thu Mar 15, 2007 6:27 pm
by Tyler
kubeos wrote:Tyler, read the last sentence in my first post up top...

Anyway, I found what I was looking for, and worked on it today.. I got fasm running but still need to implement the command line parameters.

Thanks for your responses.
Allow me to rephrase... Google Harder!! The first time i went looking for OS Development it hardly existed, i found my first helpful topics on pages 20+.