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.
linux int 0x80
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
thanks
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.
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
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+.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.