diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-01-06 04:12:29 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-01-06 04:12:29 +0000 |
commit | c2aa4fc0ebb33e3eeb047f84ad49d946887a72f2 (patch) | |
tree | 2f204ce78bf39efa5dd8a23b1af67430d676f4d8 /sys/boot/powerpc/ps3/version | |
parent | 0bfe906525518ea5724b945073ac8d422b5081d8 (diff) | |
download | FreeBSD-src-c2aa4fc0ebb33e3eeb047f84ad49d946887a72f2.zip FreeBSD-src-c2aa4fc0ebb33e3eeb047f84ad49d946887a72f2.tar.gz |
Import support for the Sony Playstation 3 using the OtherOS feature
available on firmwares 3.15 and earlier.
Caveats: Support for the internal SATA controller is currently missing,
as is support for framebuffer resolutions other than 720x480. These
deficiencies will be remedied soon.
Special thanks to Peter Grehan for providing the hardware that made this
port possible, and thanks to Geoff Levand of Sony Computer Entertainment
for advice on the LV1 hypervisor.
Diffstat (limited to 'sys/boot/powerpc/ps3/version')
-rw-r--r-- | sys/boot/powerpc/ps3/version | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/boot/powerpc/ps3/version b/sys/boot/powerpc/ps3/version new file mode 100644 index 0000000..fa0b185 --- /dev/null +++ b/sys/boot/powerpc/ps3/version @@ -0,0 +1,6 @@ +$FreeBSD$ + +NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this +file is important. Make sure the current version number is on line 6. + +0.1: Initial PS3/PowerPC version. |