]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a simple HFS boot block implementation for booting PowerPC macs. It creates
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>
Tue, 14 Oct 2008 03:32:41 +0000 (03:32 +0000)
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>
Tue, 14 Oct 2008 03:32:41 +0000 (03:32 +0000)
commit5f7ec695e9962d5c9876542d81ec487b4534a94c
tree9562791759f47f0039444f095efe6aea0e82b821
parent89811440d56ed0265ae225f602c53c0da228240c
Add a simple HFS boot block implementation for booting PowerPC macs. It creates
a small HFS filesystem with a CHRP boot script and an early-stage bootloader
derived from the sparc64 boot block.

Obtained from:  sparc64
sys/boot/powerpc/Makefile
sys/boot/powerpc/boot1.chrp/Makefile [new file with mode: 0644]
sys/boot/powerpc/boot1.chrp/Makefile.hfs [new file with mode: 0644]
sys/boot/powerpc/boot1.chrp/boot1.c [new file with mode: 0644]
sys/boot/powerpc/boot1.chrp/bootinfo.txt [new file with mode: 0644]
sys/boot/powerpc/boot1.chrp/generate-hfs.sh [new file with mode: 0755]
sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu [new file with mode: 0644]