Page 1 of 1
what all rom0: commands are thier
Posted: Mon Jan 10, 2005 2:53 pm
by omegatron
i was wonding if someone could tell me this i was told to ask this here instead or at ps2-scene.org because you guys go more into this kind of stuff.....
Posted: Mon Jan 10, 2005 3:00 pm
by pixel
Well, these are not "commands", rather filenames. Anyway...
Code: Select all
ADDDRV EELOAD FNTIMAGE INTRMANI KROMG MODLOAD RDRAM ROMVER SNDIMAGE TESTSPU VBLANK XMCSERV
ATAD EELOADCN FONTM INTRMANP LIBSD OSDCNF RDRAM1 SBIN SSBUSC TEXIMAGE VERSTR XMTAPMAN
CDVDFSV EENULL HDDLOAD IOMAN LOADCORE OSDSND RDRAM2 SECRMAN STDIO THREADMA XCDVDFSV XPADMAN
CDVDMAN EESYNC HDDOSD IOPBOOT LOADFILE OSDSYS REBOOT SIFCMD SYSCLIB TIMEMANI XCDVDMAN XSIFCMD
CLEARSPU EXCEPMAN HEAPLIB IOPBTCON LOGO PADMAN RESET SIFINIT SYSMEM TIMEMANP XFILEIO XSIO2MAN
DMACMAN EXTINFO ICOIMAGE KERNEL MCMAN PS1DRV ROMDIR SIFMAN TBIN TZLIST XLOADFIL
EECONF FILEIO IGREETIN KROM MCSERV PS2LOGO ROMDRV SIO2MAN TESTMODE UDNL XMCMAN
Posted: Tue Jan 11, 2005 3:25 am
by omegatron
ok mainly i ment what all commands can be excucted from ie kl4 .. rom0:odsyse, Launch PS1 Backup lets you run ps1 backups from kl i was wondering what other things i can type in
Posted: Tue Jan 11, 2005 3:39 am
by boomint
This is a good one:
rom0:TESTMODE
And an ever better one is adding this line to your KL.DAT file
R1=rom0:UDNL rom0:EELOADCNF; Secret
rom0;code
Posted: Tue Jan 11, 2005 2:13 pm
by omegatron
ok what is the secret on for because im not running any code that i am not sure what it will do
EDIT aslo what will test mode do what is it for
Posted: Wed Jan 12, 2005 8:17 am
by radad
It would be nice if these kind of things were documentd on this site somewhere along with a short description of what each does.
Posted: Wed Jan 12, 2005 7:39 pm
by cory1492
pixel, is there a way to split an archive like the ps2 bios into the individual files you mention?
Posted: Thu Jan 13, 2005 12:46 am
by misfire
cory1492 wrote:pixel, is there a way to split an archive like the ps2 bios into the individual files you mention?
Yes, you can use ROMDIR for splitting:
http://ps2dev.ps2-scene.org/2extract.html
Posted: Thu Jan 13, 2005 7:13 pm
by cory1492
Nice, that is a tonne of info - Thanks a bunch misfire
edit:
any idea if the "Bios Booting Giude" mentioned on that link is still available anywhere? (no luck with Google)
Posted: Thu Jan 13, 2005 11:33 pm
by misfire
Put your mouse over the link and read the tooltip: "Oops, not finished yet:)"
So, don't expect to find it anytime soon...
Posted: Fri Jan 14, 2005 12:37 am
by cory1492
I knew there was a reason I shouldnt have turned the tooltips off. Ah well, Im willing to bet some of the info I would be interested in could be found in the linux documentation.
Thanks!