mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2024-11-21 17:54:44 +00:00
1b6d56e4bf
We don't need the entire emulator, but we will be using a specific part: src/mips/openbios third_party/uC-sdk submodule is included, because it contains the necessary header files when building open bios. I will be adding Sony Playstation support to Canoeboot, alongside a new emulator project to be announced soon. Yes, RYF playstation is possible. A real playstation can run this BIOS. Then disable the copy protection from the CD controller by installing a modchip (PsNee runs free modchip firmware), and picostation is also libre if you want something to boot software from SD card instead of CD-R. Very hackable 90s games console. Libre SDKs also exist that are quite powerful, so you can actually use this machine while avoiding all proprietary software of any kind. Signed-off-by: Leah Rowe <leah@libreboot.org>
13 lines
610 B
Text
13 lines
610 B
Text
pkg_add="pacman -S --needed --noconfirm"
|
|
pkglist=" \
|
|
acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \
|
|
autogen base-devel bdf-unifont bison cmake curl device-mapper doxygen \
|
|
dtc e2fsprogs flex freetype2 fuse2 gawk gcc-ada gdb gettext git \
|
|
help2man innoextract libftdi libgpiod libjaylink libpciaccess libusb nasm \
|
|
ncurses openssl p7zip \
|
|
pandoc parted pciutils perl perl-libwww python python-setuptools rsync \
|
|
sharutils subversion swig texinfo ttf-dejavu unarchiver unifont-utils unzip \
|
|
wget xz zlib ccache \
|
|
"
|
|
|
|
aur_notice="cross-mipsel-linux-gnu-binutils cross-mipsel-linux-gnu-gcc"
|