parent
57b37d0aa2
commit
d77dcb571d
|
@ -38,10 +38,23 @@ can learn more about here:
|
||||||
|
|
||||||
<https://github.com/grumpycoders/pcsx-redux/tree/main/src/mips/openbios>
|
<https://github.com/grumpycoders/pcsx-redux/tree/main/src/mips/openbios>
|
||||||
|
|
||||||
|
### Download pre-built BIOS
|
||||||
|
|
||||||
|
Get it here:
|
||||||
|
|
||||||
|
<https://www.mirrorservice.org/sites/libreboot.org/release/canoeboot/20250107/roms/playstation/>
|
||||||
|
|
||||||
|
Other mirrors are available, at the [Canoeboot download](../../download.md)
|
||||||
|
page; look in the `roms/playstation/` directory for a given Canoeboot release.
|
||||||
|
This is built from the available sources in Canoeboot releases, based on the
|
||||||
|
information written below.
|
||||||
|
|
||||||
|
You can use this in a PlayStation emulator or on real hardware - the rest of
|
||||||
|
this page will tell you how to use it.
|
||||||
|
|
||||||
### Build from source
|
### Build from source
|
||||||
|
|
||||||
Canoeboot's build system provides automation for this. Please use the latest cbmk
|
OPTIONAL: You could alternatively use the pre-built version (see above).
|
||||||
revision [from Git](../../git.md).
|
|
||||||
|
|
||||||
First, please make sure you have build dependencies. The build logic in cbmk
|
First, please make sure you have build dependencies. The build logic in cbmk
|
||||||
has been tested on Debian 12 (x86\_64) and you can do this for example, as root:
|
has been tested on Debian 12 (x86\_64) and you can do this for example, as root:
|
||||||
|
|
Loading…
Reference in New Issue