Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.
Moderators: cheriff , Herben
binch
Posts: 28 Joined: Tue Jul 04, 2006 4:17 pm
Location: China
Post
by binch » Sat Oct 21, 2006 1:05 pm
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
misfire
Posts: 110 Joined: Mon Sep 06, 2004 7:53 am
Location: Germany
Post
by misfire » Tue Oct 24, 2006 1:45 am
The PS2 kernel, of course.
binch
Posts: 28 Joined: Tue Jul 04, 2006 4:17 pm
Location: China
Post
by binch » Tue Oct 24, 2006 9:57 am
where is the PS2 Kernel?
Seems this board is very quiet...
cheriff
Regular
Posts: 258 Joined: Wed Jun 23, 2004 5:35 pm
Location: Sydney.au
Post
by cheriff » Tue Oct 24, 2006 10:24 am
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.
Damn, I need a decent signature!