Editing Bios

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 18: Line 18:
| ATAD || The DEV9+ATAD(+Flash device) combo driver. First appearing in ROM v1.10. Has no support for the CXD9566R. Despite its similar name, it is very different from the full ATAD module. ||  
| ATAD || The DEV9+ATAD(+Flash device) combo driver. First appearing in ROM v1.10. Has no support for the CXD9566R. Despite its similar name, it is very different from the full ATAD module. ||  
|-
|-
| BNNETCNF || not entirely sure what this is for, but it appears in the PS3's PS2 ROMs. Seems to be for network configuration, but why? || Needs to be at a fixed offset in ROM.
| BNNETCNF || not entirely sure what this is for, but it appears in the PS3's PS2 ROMs. Seems to be for network configuration, but why? ||  
|-
|-
| BOARDINF || reads in the DSW602 board's ID and sets up the values for Boot Modes 6 and 7. Only does something useful on TOOL units. ||  
| BOARDINF || reads in the DSW602 board's ID and sets up the values for Boot Modes 6 and 7. Only does something useful on TOOL units. ||  
Line 62: Line 62:
| DECI2LOAD || DECI2 IOP module loader. ||  
| DECI2LOAD || DECI2 IOP module loader. ||  
|-
|-
| DECKARD || The SCPH-7500x has a newer PowerPC processor in place of the IOP, and requires code to emulate the IOP. || Needs to be at a fixed offset in ROM.
| DECKARD || The SCPH-7500x has a newer PowerPC processor in place of the IOP, and requires code to emulate the IOP. ||  
|-
|-
| DMACMAN || DMA Controller Manager. ||  
| DMACMAN || DMA Controller Manager. ||  
Line 168: Line 168:
| HDDLOAD || Update loader for the HDD unit (and later includes the flash device). ||  
| HDDLOAD || Update loader for the HDD unit (and later includes the flash device). ||  
|-
|-
| HDDOSD || Appears to perform a similar function as the OSD update for SCPH-1xxxx systems. Most likely a build artifact for testing purposes. || SCPH-3xxxx exclusive
| HDDOSD || Not sure what this does, but it is present in the expansion-bay ROMs. ||  
|-
|-
| HEAPLIB || Memory HEAP LIBrary (i.e. thvpool, thfpool). ||  
| HEAPLIB || Memory HEAP LIBrary (i.e. thvpool, thfpool). ||  
Line 240: Line 240:
| IOMAN || I/O Manager. ||  
| IOMAN || I/O Manager. ||  
|-
|-
| IOPBOOT || IOP bootup program. || Needs to be at a fixed offset in ROM.
| IOPBOOT || IOP bootup program. ||  
|-
|-
| IOPBTCON2 || Boot configuration file for the IOP, for the first phase of the IOP reset (before UDNL is loaded). ||  
| IOPBTCON2 || Boot configuration file for the IOP, for the first phase of the IOP reset (before UDNL is loaded). ||  
Line 248: Line 248:
| KERNEL || The EE kernel. ||  
| KERNEL || The EE kernel. ||  
|-
|-
| KROM || Kanji ROM? Not sure where this is used. || Needs to be at a fixed offset in ROM.
| KROM || Kanji ROM? Not sure where this is used. ||  
|-
|-
| KROMG || || Needs to be at a fixed offset in ROM.
| KROMG || ||  
|-
|-
| LED || Led setter module, simply calls the mechacon NCMD that would switch the blue led on retail PS2s (sceCdApplySCmd: 0x1c) probably related to the system 2x6 watchdog|| system 246/256 exclusive. Has debug symbols. listed on arcade IOPBTCONF but commented.
| LED || Led setter module, simply calls the mechacon NCMD that would switch the blue led on retail PS2s (sceCdApplySCmd: 0x1c) probably related to the system 2x6 watchdog|| system 246/256 exclusive. Has debug symbols. listed on arcade IOPBTCONF but commented.
Line 334: Line 334:
| OSCLOCK || Contains metadata about the clock module. Used by the old OSDSYS program from ROM v1.00/v1.01. ||  
| OSCLOCK || Contains metadata about the clock module. Used by the old OSDSYS program from ROM v1.00/v1.01. ||  
|-
|-
| OSDCNF || Contains the IOP boot configuration for OSDSYS (mainly listing the X or P prefixed modules) ||  
| OSDCNF || Contains the IOP boot configuration for OSDSYS (mainly listing the X prefixed modules) ||  
|-
|-
| OSDSND || OSD sound library. This is a combination of the tentative libraries "libspu2", "libsnd2", "rspu2drv" from the PS2 runtime library, which are mostly ports from the PS1 runtime library. The changes to OSDSND from SCPH-18000 and newer is that it contains improvements to SPU2 AutoDMA code, larger thread stack size, more waits, and a fix to the timer quit code. However, it does not contain the VSync/Alarm based callback code that is in libsnd2 in SDK 1600. ||  
| OSDSND || OSD sound library. This is a combination of the tentative libraries "libspu2", "libsnd2", "rspu2drv" from the PS2 runtime library, which are mostly ports from the PS1 runtime library. The changes to OSDSND from SCPH-18000 and newer is that it contains improvements to SPU2 AutoDMA code, larger thread stack size, more waits, and a fix to the timer quit code. However, it does not contain the VSync/Alarm based callback code that is in libsnd2 in SDK 1600. ||  
Line 360: Line 360:
| PDEV9 || DEV9 module for DESR systems used in its OSDSYS program. ||  
| PDEV9 || DEV9 module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PEESYNC || EESYNC module for DESR systems used in its OSDSYS program; code identical to IOPRP 2.8.0. ||  
| PEESYNC || EESYNC module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PFILEIO || FILEIO module for DESR systems used in its OSDSYS program. ||  
| PFILEIO || FILEIO module for DESR systems used in its OSDSYS program. ||  
Line 372: Line 372:
| PHDDLOAD || HDDLOAD module for DESR systems used in its OSDSYS program. ||  
| PHDDLOAD || HDDLOAD module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PIOMAN    || IOMAN module for DESR systems used in its OSDSYS program; code identical to IOPRP 2.8.0. ||  
| PIOMAN    || IOMAN module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PIOPRP    || IOPRP 3.1.0 used for the PS3 ps2_emu OSDSYS program. ||  
| PIOPRP    || IOPRP 3.1.0 used for the PS3 ps2_emu OSDSYS program. ||  
Line 378: Line 378:
| PLIBSD    || LIBSD module for DESR systems used in its OSDSYS program. ||  
| PLIBSD    || LIBSD module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PLOADCORE || LOADCORE module for DESR systems used in its OSDSYS program; code identical to IOPRP 2.8.0. ||  
| PLOADCORE || LAODCORE module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PLOADFILE || LOADFILE module for DESR systems used in its OSDSYS program; code identical to IOPRP 2.8.0. ||  
| PLOADFILE || LOADFILE module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PMCMAN    || MCMAN module for DESR systems used in its OSDSYS program. ||  
| PMCMAN    || MCMAN module for DESR systems used in its OSDSYS program. ||  
Line 388: Line 388:
| PMODHSYN  || MODHSYN (part of CSL) module for DESR systems used in its OSDSYS program. ||  
| PMODHSYN  || MODHSYN (part of CSL) module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PMODLOAD  || MODLOAD module for DESR systems used in its OSDSYS program; code identical to IOPRP 2.8.0. ||  
| PMODLOAD  || MODLOAD module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PMODMIDI  || MODMIDI module (part of CSL) for DESR systems used in its OSDSYS program. ||  
| PMODMIDI  || MODMIDI module (part of CSL) for DESR systems used in its OSDSYS program. ||  
Line 402: Line 402:
| PRMMAN2  || RMMAN2 module for DESR systems used in its OSDSYS program. ||  
| PRMMAN2  || RMMAN2 module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PROMDRV  || ROMDRV module for DESR systems used in its OSDSYS program; code identical to IOPRP 2.8.0. ||  
| PROMDRV  || ROMDRV module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PS1DRV || The PlayStation driver. Sets up the EE for GPU emulation and resets the IOP into PS1 mode. ||  
| PS1DRV || The PlayStation driver. Sets up the EE for GPU emulation and resets the IOP into PS1 mode. ||  
Line 416: Line 416:
| PSDRDRV    || SDRDRV module for DESR systems used in its OSDSYS program. ||  
| PSDRDRV    || SDRDRV module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PSIFCMD    || SIFCMD module for DESR systems used in its OSDSYS program; code identical to IOPRP 2.8.0. ||  
| PSIFCMD    || SIFCMD module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PSIFMAN    || SIFMAN module for DESR systems used in its OSDSYS program; code identical to IOPRP 2.8.0. ||  
| PSIFMAN    || SIFMAN module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PSIO2MAN  || SIO2MAN module for DESR systems used in its OSDSYS program. ||  
| PSIO2MAN  || SIO2MAN module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PSTDIO    || STDIO module for DESR systems used in its OSDSYS program; code identical to IOPRP 2.8.0. ||  
| PSTDIO    || STDIO module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PSXVER    || Version of the ROM for DESR system. ||  
| PSXVER    || Version of the ROM for DESR system. ||  
|-
|-
| PSYSCLIB  || SYSCLIB module for DESR systems used in its OSDSYS program; code identical to IOPRP 2.8.0. ||  
| PSYSCLIB  || SYSCLIB module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PSYSMEM    || SYSMEM module for DESR systems used in its OSDSYS program; code identical to IOPRP 2.8.0. ||  
| PSYSMEM    || SYSMEM module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PTHREADMAN || THREADMAN module for DESR systems used in its OSDSYS program; code identical to IOPRP 2.8.0. ||  
| PTHREADMAN || THREADMAN module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PTIMEMANI  || TIMEMAN module for DESR systems used in its OSDSYS program; code identical to IOPRP 2.8.0. ||  
| PTIMEMANI  || TIMEMAN module for DESR systems used in its OSDSYS program. ||  
|-
|-
| PXATAPI || ATAPI driver for the (the DVD writer of the) PSX. TXATAPI is used by TESTMODE of the PSX. ||  
| PXATAPI || ATAPI driver for the (the DVD writer of the) PSX. TXATAPI is used by TESTMODE of the PSX. ||  
Line 440: Line 440:
| RDRAM || Provides a RDRAM test for the EE at power-on. This is run from RESET. ||  
| RDRAM || Provides a RDRAM test for the EE at power-on. This is run from RESET. ||  
|-
|-
| RDRAM1 || || Needs to be at a fixed offset in ROM.
| RDRAM1 || ||  
|-
|-
| RDRAM2 || || Needs to be at a fixed offset in ROM.
| RDRAM2 || ||  
|-
|-
| REBOOT || The reboot service. Receives IOP reset packets from the EE, from across the SIF. ||  
| REBOOT || The reboot service. Receives IOP reset packets from the EE, from across the SIF. ||  
|-
|-
| RESET || Bootstrap code for the EE and IOP. || Needs to be at a fixed offset in ROM.
| RESET || Bootstrap code for the EE and IOP. ||  
|-
|-
| RMMAN || ReMote-con MANager for the external IR receiver. ||  
| RMMAN || ReMote-con MANager for the external IR receiver. ||  
Line 458: Line 458:
| ROMDRV || ROM driver. Provides access to the boot ROM (rom0). ||  
| ROMDRV || ROM driver. Provides access to the boot ROM (rom0). ||  
|-
|-
| ROMGSCRT || First appeared in ROM 1.60. Provides a portable method for manipulating GS screen modes. The SCPH-10000 and SCPH-15000 do not have this. || Needs to be at a fixed offset in ROM.
| ROMGSCRT || First appeared in ROM 1.60. Provides a portable method for manipulating GS screen modes. The SCPH-10000 and SCPH-15000 do not have this. ||  
|-
|-
| ROMVER || ROM version. specifies ROM version, console region letter, machine type letter and a date (presuably packing date?) || Needs to be at a fixed offset in ROM.
| ROMVER || ROM version. specifies ROM version, console region letter, machine type letter and a date (presuably packing date?) ||
|-
|-
| S147CTRL || System 147/148 control ||
| S147CTRL || System 147/148 control ||
Line 526: Line 526:
| SYSMEM || System Memory Manager. ||  
| SYSMEM || System Memory Manager. ||  
|-
|-
| TBIN || PS1 BIOS. This is started by RESET, when the IOP is in PS1 mode. || Needs to be at a fixed offset in ROM.
| TBIN || PS1 BIOS. This is started by RESET, when the IOP is in PS1 mode. ||  
|-
|-
| TDEV9 || Dev9 driver for the DESR used in TESTMODE. ||  
| TDEV9 || Dev9 driver for the DESR used in TESTMODE. ||  
Line 634: Line 634:
| TIMEMANP || Timer Manager (PS mode) ||  
| TIMEMANP || Timer Manager (PS mode) ||  
|-
|-
| TIOPIMG || Modified IOPRP 2.8.0 used in DESR TESTMODE. ||  
| TIOPIMG || IOPRP 2.8.0x used in DESR TESTMODE. ||  
|-
|-
| TPADMAN || PADMAN used by rom0:TESTMODE. ||
| TPADMAN || PADMAN used by rom0:TESTMODE. ||
Line 652: Line 652:
| VBLANK || V-Blank management. ||  
| VBLANK || V-Blank management. ||  
|-
|-
| VERSTR || Version string. I think that the PS1 ROM will use this because I learned that this string is also present in PlayStation consoles. || Needs to be at a fixed offset in ROM.
| VERSTR || Version string. I think that the PS1 ROM will use this because I learned that this string is also present in PlayStation consoles. ||  
|-
|-
| XCDVDFSV || CDVDFSV module used in OSDSYS. ||  
| XCDVDFSV || CDVDFSV module used in OSDSYS. ||  
Please note that all contributions to PS2 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS2 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)