libreboot / lbwww (public) (License: Unspecified) (since 2023-04-11) (hash sha1)
libreboot website (markdown files). https://libreboot.org/
List of commits:
Subject Hash Author Date (UTC)
mayumi pic on the ps1 page d1921809b865e4aa883a3762b55ed0db44f594cf Leah Rowe 2025-01-20 15:33:07
improve the ps1 page title 57c5edbbf55b3d7fc62d54a4f9d046fb8ff15208 Leah Rowe 2025-01-20 14:59:33
improved a bunch of page titles 246820568f1938251d16b3c8ef6cfa70d9551e99 Leah Rowe 2025-01-20 13:41:54
css: make h3/h4 smaller in proportion 72121b918442f0d0986140c3603e9b42ef5410ec Leah Rowe 2025-01-20 11:43:14
use more searchable homepage title 2276bb3183ef2d33aa99f216d34de1528783426f Leah Rowe 2025-01-20 11:00:12
fix wrongful credit 07b4c69883d3a3696af0883d06c37edfc15bfac4 Leah Rowe 2025-01-19 19:53:22
fix wrong fact b80d5e04ad473302c2a69a8b550dae8b548f67f9 Leah Rowe 2025-01-19 19:33:59
grammar 016bdaf4c40bcf54e45882c4fbfc1afe35b554dc Leah Rowe 2025-01-19 19:29:18
typo: superfically should be superficially 125c88f2add68ad08b9b95d1bf4d844ecce0451e Leah Rowe 2025-01-19 19:14:42
docs/index: improve link/bsd link titles 3257c1393648b1eb73d4280cdff95ffc4587faf3 Leah Rowe 2025-01-19 19:12:45
link fix aa1b889795f6da1335d6ededdceb97313982306a Leah Rowe 2025-01-19 19:09:35
homepage: make "wrest" link to deguard 6c924caffbbe6e45371876d1b37dd52eb7297f53 Leah Rowe 2025-01-19 19:08:33
link writefreesoftware.org aggressively fceaf19cd82a16bbad70e90cbf9eeecf1183004f Leah Rowe 2025-01-19 19:04:27
fix meta character encoding (utf-8) 3f90f156c37df78d236a53f8b687c0db743b75e0 Leah Rowe 2025-01-19 18:46:44
s/aswell/as well/ c910f813c41f0e5164eba050a2534e88968386fc Leah Rowe 2025-01-19 18:44:27
add alt tags to homepage images (english) 121325f3fb332dcaea49655babdd659336519073 Leah Rowe 2025-01-19 18:38:16
add favicon to template 712f7395a1dc8cedb490e7084a0f31647d389bc4 Leah Rowe 2025-01-19 18:27:00
say motherboard, not mainboard a6d2f10fb92b907cd3168d4dd0589b8b2c4ebe4f Leah Rowe 2025-01-19 18:20:24
change the description again d57edfcc87a0576358d5e2f62f76d5973316d2c6 Leah Rowe 2025-01-19 18:17:43
update meta description 8d6c16a4b181cb4c332247efc461167160d344ba Leah Rowe 2025-01-19 18:11:36
Commit d1921809b865e4aa883a3762b55ed0db44f594cf - mayumi pic on the ps1 page
Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-01-20 15:33
Committer name: Leah Rowe
Committer date (UTC): 2025-01-20 15:33
Parent(s): 57c5edbbf55b3d7fc62d54a4f9d046fb8ff15208
Signer:
Signing key:
Signing status: N
Tree: 5b20ed89f197cfd64264fe08b7ea0e53f2a5b909
File Lines added Lines deleted
site/docs/install/playstation.md 19 0
File site/docs/install/playstation.md changed (mode: 100644) (index bae232b..bc107f8)
... ... the Libreboot project, but this can be done at a future date.
148 148 Other mods (hardware) Other mods (hardware)
149 149 --------------------- ---------------------
150 150
151 ### Modchip (mayumi v4) example
152
153 Click the photo for full size. It shows a Mayumi v4 modchip and Dual Frequency
154 Oscillator mod installed (blue board is the modchip and the black board is
155 the DFO mod):
156
157 <img tabindex=1 alt="Sony PlayStation (PSOne) console" class="p" src="https://av.libreboot.org/playstation/mayumi.jpg" /><span class="f"><img src="https://av.libreboot.org/playstation/mayumi.jpg" /></span>
158
159 The modchip disables the copy protection and region restrictions. A modchip is
160 still advised, even if using an Open BIOS. The Open BIOS could be modified to
161 send commands that disable the wobble check, thus invalidating the need for
162 a modchip, but even then there are still caveats. Please read:
163
164 <https://psx-spx.consoledev.net/cdromdrive/#cdrom-secret-unlock-commands>
165
166 The most technically correct solution, regardless of which BIOS you have, to
167 also install the modchip and DFO board, as shown. More info is written about
168 these in the next sections below:
169
151 170 ### Video timings ### Video timings
152 171
153 172 The Open BIOS will not implement any DRM, so it's possible that you might boot The Open BIOS will not implement any DRM, so it's possible that you might boot
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/libreboot/lbwww

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/libreboot/lbwww

Clone this repository using git:
git clone git://git.rocketgit.com/user/libreboot/lbwww

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main