Last Update: "2010/04/08 10:25:22 makoto"
PS3
-
OtherOS Supported on "3.21OO"
-
http://geohotps3.blogspot.com/
How to boot
How to boot NetBSD/ps3:
We have two way of booting for NetBSD now:
- kboot (Sony CSE provided)
-
Minimul Linux system provide the other system to boot.
The boot proram may be loaded by 'kboot'. The kboot accepts any type
of URL to read kernel (or other programs).
- NetBSD SA/boot (Stand Alone boot)
-
Compile boot.elf, and then gzip it under the name of OTHEROS.BLD.
You will install this boot loader by otheros.self.
Prepare following files in USB memory:
/mnt/PS3/OTHEROS:
total 2912
27532 Jul 3 11:38 OTHEROS.BLD*
97003 Jul 1 16:14 boot.elf*
1350920 Jan 17 22:48 otheros.self*
And select 'Install Other OS' in PS3 main screen.
build
This is kind of complicated story. It is because not complete src are provided.
The material for build are:
ftp site
- nandra
-
ftp://nandra.segv.jp/pub/NetBSD/ps3/
- naobsd
-
http://www.naobsd.org/ps3/
20080412
diary (in Japanese) on 2008/04/12
20070707
Presentation material for NetBSD BOF (at JNUG meeting)
20070717
20070526
TNF -D 2007-06-16-UTC
macppc-070526.tar.gz
ps3-070526.tar.gz
ps3-070108-add3.tar.gz
- checkout TNF src with specified date
- remove sys/arch/{powerpc,macppc}
- tar macppc-yymmdd.tar.gz
- tar ps3-yymmdd.tar.gz
- tar ps3-yymmdd-addi.tar.gz
|