Page 1 of 1

who will provide the syscall

Posted: Sat Oct 21, 2006 1:05 pm
by binch
Hi,

I am studying the PS2SDK code and to find what I can help. I noticed in kernel.S ,some function are provided as an interface to syscall, my question is: who will provide the syscall exception vector, the ps2link or PS2 internal BIOS?

very curious, thanks in advance.
Binary

Posted: Tue Oct 24, 2006 1:45 am
by misfire
The PS2 kernel, of course.

Posted: Tue Oct 24, 2006 9:57 am
by binch
where is the PS2 Kernel?

Seems this board is very quiet...

Posted: Tue Oct 24, 2006 10:24 am
by cheriff
The kernel is in the PS2's ROM. There's a bunch of routines there to handle
threads and semaphores and other stuff.

The PS2 kernel pretty much is the BIOS, all it does in implement the functionality you've seen in headers and kernel.S.