Page 1 of 1

Add a function in ps2link/ps2client

Posted: Mon Jan 10, 2005 10:29 pm
by _tmator_
Is it possible to add a function to get "exceptions handler" on ps2client and not only on the tv ?

Posted: Tue Jan 11, 2005 10:06 pm
by blackdroid
yes its possible to get the exception output on the console, it is however up to the client programmer to add that feature to the client, ps2link supports switching the output between console and screen.

Posted: Tue Jan 11, 2005 11:29 pm
by ooPo
Yeah, I suppose I should get around to adding that and a few other new commands...

Posted: Thu Jan 13, 2005 11:49 pm
by misfire
btw, ooPo, there is a small bug with ps2client's dumpmem command:

Code: Select all

ps2link.c (Rev. 1.17), line 260

command.offset = offset;

should be:

command.offset = htonl(offset);
Should be no problem to fix it. ;)

Posted: Fri Jan 14, 2005 1:12 am
by pixel
There are prolly other bugs in ps2client anyway ;)


By the way, how can we register new products/components to the bugzilla ?

Posted: Fri Jan 14, 2005 3:42 am
by ooPo
Fixed and commited to cvs. Thanks!