Search found 5 matches

by whizdom
Thu Jan 05, 2006 2:07 am
Forum: PS2 Development
Topic: IMG files?
Replies: 1
Views: 1688

IMG files?

I'm not sure, but a while back I saw in one of the previous posts that IMG files contain "ROM images"? I saw one of them in a game dvd and tried loading it on the IOP via SifIopReset and UDNL. That seems to work because I can print output to screen via print_scr after the reset (I do an Io...
by whizdom
Mon Aug 22, 2005 8:39 am
Forum: PS2 Development
Topic: ee syscalls and C libraries
Replies: 6
Views: 3310

algorithm and memory access

I haven't looked at sioshell yet, but, following up on cheriff's original algorithm... since my thread knowledge is not so strong, I wanted to confirm the algorithm here. Is a preliminary algo like the following ok? Original Thread (OT) - start printf thread (PT) - ... - Call our syscall - ... Sysca...
by whizdom
Sun Aug 21, 2005 4:59 am
Forum: PS2 Development
Topic: ee syscalls and C libraries
Replies: 6
Views: 3310

cheriff: Thant's a good idea. A thread call should make things easier, I don't have to do the call changes and stuff by myself. However, won't the problem of multiple syscalls still exist, since there is no guarantee that our syscall has exited before the printf-thread(in yr message) starts executin...
by whizdom
Thu Aug 18, 2005 2:19 pm
Forum: PS2 Development
Topic: ee syscalls and C libraries
Replies: 6
Views: 3310

ee syscalls and C libraries

Well, I managed to create an EE syscall. I can't access the common libraries from the syscall (for a printf!) How do we access the libraries from kernel space? A printf would definitely make debugging nicer;) Also, can we call user process functions from the syscall and then return safely to the fun...
by whizdom
Tue Jun 28, 2005 5:08 am
Forum: PS2 Development
Topic: loadcore unregister libraries
Replies: 0
Views: 1495

loadcore unregister libraries

Hey all, I'm attempting to learn a little bit more about the RPC system in PS2. I was trying to see if I can replace a system RPC call with mine. It's more for learning to program with IOP than for any specific reason. IOMANX replaces the adddrv and deldrv functions of ioman. So I tried something si...