linux int 0x80

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
kubeos
Member
Member
Posts: 138
Joined: Tue Jan 30, 2007 2:31 pm
Location: Kamloops BC, CANADA
Contact:

linux int 0x80

Post 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.
User avatar
bluecode
Member
Member
Posts: 202
Joined: Wed Nov 17, 2004 12:00 am
Location: Germany
Contact:

Post 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.
GLneo
Member
Member
Posts: 237
Joined: Wed Dec 20, 2006 7:56 pm

Post by GLneo »

Tyler
Member
Member
Posts: 514
Joined: Tue Nov 07, 2006 7:37 am
Location: York, England

Post 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.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post 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)
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
kubeos
Member
Member
Posts: 138
Joined: Tue Jan 30, 2007 2:31 pm
Location: Kamloops BC, CANADA
Contact:

thanks

Post 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.
Tyler
Member
Member
Posts: 514
Joined: Tue Nov 07, 2006 7:37 am
Location: York, England

Re: thanks

Post 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+.
Post Reply