Strawberry.

open source kernel tree for PS4 · PS5 · pipa · alioth

./DEVICES


./BRANCHES

BranchDevice

./RECENT COMMITS

Fetching commits... Activity feed unavailable right now.

./BUILD

clone + build (PS4 example)
git clone https://github.com/rmuxnet/linux --branch zaebiz/7.1.7-Stable --depth=3
cd linux
./build.sh --option 3 use=Server lto=FullLTO
profiles
general — desktop/gaming, PREEMPT=y, performance/reflex
server — headless/services, PREEMPT_VOLUNTARY, performance
slopmax — general + KVM/KVM_AMD (VMs)
slopium — server + KVM/KVM_AMD (VMs)
lto
lto=NoLTO lto=ThinLTO lto=FullLTO
option: 1 build · 2 fetch firmware · 3 both · jobs=N · output: out/bzImage

./FIND ME