Posts: 5
Threads: 2
Joined: Apr 2016
Reputation:
0
What type of os does the ps2 run?
And what are the bios for the ps2?
Is the pcsx2 running off a visual studio compiler?
Posts: 21.719
Threads: 401
Joined: Sep 2013
Reputation:
475
Location: 私の夢の中
05-07-2016, 12:58 PM
(This post was last modified: 05-07-2016, 01:00 PM by Blyss Sarania.)
The PS2 doesn't run an OS per say. It runs a very stripped down sort of pre boot environment you can say. That "OS" is stored in the BIOS. The BIOS is a chip in the PS2 that contains said "OS", as well as C runtime libraries, the PSX BIOS, some modules to interface with the hardware and a few other things. Some of that stuff(like the modules) can be soft updated on boot by a game. Many games contain updated IRX modules for this purpose for instance.
Nothing "runs off a compiler." A compiler generates code to be run on a CPU. The same code can be compiled by different compilers for different target CPUs. Assuming the code doesn't use platform specific stuff, you can compile the same code for a PC CPU and then compile it for a smartphone CPU and then compile it for a PS3.
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Posts: 6.069
Threads: 68
Joined: May 2010
Reputation:
167
Location: Grenoble, France
The PS2 has
* a boot sequence (aka bios)
* 1 EE kernel (aka OS number 1)
* 1 IOP kernel (aka OS number 2)
* Various modules (aka peripheral drivers + common code such as the lib C).
* Others modules to "emulate/virtualize" the PSX
Actually what is wrongly named BIOS is the ROM code.