| View previous topic :: View next topic |
| Author |
Message |
_tmator_

Joined: 15 Nov 2004 Posts: 19 Location: France
|
Posted: Mon Jan 10, 2005 10:29 pm Post subject: Add a function in ps2link/ps2client |
|
|
| Is it possible to add a function to get "exceptions handler" on ps2client and not only on the tv ? |
|
| Back to top |
|
 |
blackdroid
Joined: 17 Jan 2004 Posts: 564 Location: Sweden
|
Posted: Tue Jan 11, 2005 10:06 pm Post subject: |
|
|
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. _________________ Kung VU |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Tue Jan 11, 2005 11:29 pm Post subject: |
|
|
| Yeah, I suppose I should get around to adding that and a few other new commands... |
|
| Back to top |
|
 |
misfire
Joined: 06 Sep 2004 Posts: 120 Location: Germany
|
Posted: Thu Jan 13, 2005 11:49 pm Post subject: |
|
|
btw, ooPo, there is a small bug with ps2client's dumpmem command:
| Code: | ps2link.c (Rev. 1.17), line 260
command.offset = offset;
should be:
command.offset = htonl(offset);
|
Should be no problem to fix it. ;) |
|
| Back to top |
|
 |
pixel
Joined: 30 Jan 2004 Posts: 791
|
Posted: Fri Jan 14, 2005 1:12 am Post subject: |
|
|
There are prolly other bugs in ps2client anyway ;)
By the way, how can we register new products/components to the bugzilla ? _________________ pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department. |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Fri Jan 14, 2005 3:42 am Post subject: |
|
|
| Fixed and commited to cvs. Thanks! |
|
| Back to top |
|
 |
|