what all rom0: commands are thier

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
omegatron
Posts: 5
Joined: Mon Jan 10, 2005 2:49 pm

what all rom0: commands are thier

Post 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.....
pixel
Posts: 791
Joined: Fri Jan 30, 2004 11:43 pm

Post 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
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.
omegatron
Posts: 5
Joined: Mon Jan 10, 2005 2:49 pm

Post 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
boomint
Posts: 80
Joined: Tue Apr 13, 2004 2:21 am
Location: Sheffield, UK

Post 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
--( someone stole my sig! )--
omegatron
Posts: 5
Joined: Mon Jan 10, 2005 2:49 pm

rom0;code

Post 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
radad
Posts: 246
Joined: Wed May 19, 2004 4:54 pm
Location: Melbourne, Australia

Post 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.
cory1492
Posts: 216
Joined: Fri Dec 10, 2004 1:49 pm

Post by cory1492 »

pixel, is there a way to split an archive like the ps2 bios into the individual files you mention?
misfire
Posts: 110
Joined: Mon Sep 06, 2004 7:53 am
Location: Germany

Post 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
cory1492
Posts: 216
Joined: Fri Dec 10, 2004 1:49 pm

Post 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)
misfire
Posts: 110
Joined: Mon Sep 06, 2004 7:53 am
Location: Germany

Post 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...
cory1492
Posts: 216
Joined: Fri Dec 10, 2004 1:49 pm

Post 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!
Post Reply