Bare metal PS2 development, with zero EE/IOP kernel
Go to file
Lily Tsuru feb0648b9a *: clean up code
The EE side of the code has been moved to a library at rom/ee.

The rom/ tree now simply builds the rom entrypoint, and will link to
both libraries, allowing them to be seperate and manages.

The buildsystem has now been greatly refactored, and IOP support kind of
exists now? Only kind of, I haven't really tested if it works yet
2023-11-06 01:56:09 -05:00
build *: clean up code 2023-11-06 01:56:09 -05:00
rom *: clean up code 2023-11-06 01:56:09 -05:00
.gitignore ps2rom: Initial commit 2023-11-02 03:57:19 -04:00
Makefile *: clean up code 2023-11-06 01:56:09 -05:00
README.md *: clean up code 2023-11-06 01:56:09 -05:00

README.md

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.