531 B
531 B
ps2rom
A bare-metal "template"? for the PS2. This essentially builds a replacement BIOS for both the EE and IOP.
No EE kernel, or IOP RTOS is loaded in this state. It's up to you to write the code to initalize either side of the system.
Building
PS2SDK should be enough. (in theory, only ps2toolchain is actually needed, but I don't think there's a really good way to get that on its own)
make CONFIG=[release|debug]
builds each flavor of the ROM.
There are some linker warnings currently, but they are fine to ignore.