So, if you're implementing system calls, how many do you have?
I currently have 29, but that'll go up when I implement shared memory and message passing...
-JL
your # of syscalls?
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
your # of syscalls?
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
Well, I put my vote in early.....now I have 31, although only about 25 have full functionality.
-JL
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
None. I'm too early on with my kernel at the moment.
In the past, I have rushed to get syscalls in place and have always hit a point where the kernel has ended up a mess. This time, I have paid much more attention to object interface design and keeping everything more consistent.
I am just at the stage where I have trampolined my AP's and am getting my task scheduler ready. Once that's in place, I have a huge amount of code tidying and testing, then I'll get on to the syscalls and supporting user mode binaries (hopefully including gcc)!
Cheers,
Adam
In the past, I have rushed to get syscalls in place and have always hit a point where the kernel has ended up a mess. This time, I have paid much more attention to object interface design and keeping everything more consistent.
I am just at the stage where I have trampolined my AP's and am getting my task scheduler ready. Once that's in place, I have a huge amount of code tidying and testing, then I'll get on to the syscalls and supporting user mode binaries (hopefully including gcc)!
Cheers,
Adam