Searched +full:hfs +full:- +full:boot +full:. +full:bz2 (Results 1 – 8 of 8) sorted by relevance
/freebsd/stand/powerpc/boot1.chrp/ |
H A D | generate-hfs.sh | 3 # This script generates the dummy HFS filesystem used for the PowerPC boot 4 # blocks. It uses hfsutils (filesystems/hfsutils) to generate a template 5 # filesystem with the relevant interesting files. These are then found by 6 # grep, and the offsets written to a Makefile snippet. 9 # distribute hfsutils as a build tool. If you need to regenerate the HFS 10 # template (e.g. because the boot bloc [all...] |
H A D | Makefile | 1 .include <bsd.init.mk> 3 PROG= boot1.elf 4 NEWVERSWHAT= "Open Firmware boot block" ${MACHINE_ARCH} 5 INSTALLFLAGS= -b 7 FILES= boot1.hfs 8 SRCS= boot1.c ashldi3.c syncicache.c memset.c 10 CFLAGS+=-I${LDRSRC} 11 # Load boot1.elf below kernel. 14 # memory until the kernel MMU code has taken over. 18 # even if the entire partition gets used as the load size by a buggy OFW. [all …]
|
HD | hfs.tmpl.bz2.uu | 1 HFS template boot filesystem created by generate-hfs.sh 3 begin 644 hfs.tmpl.bz2
|
/freebsd/release/powerpc/ |
H A D | generate-hfs.sh | 3 # This script generates the dummy HFS filesystem used for the PowerPC boot 4 # blocks. It uses hfsutils (filesystems/hfsutils) to generate a template 5 # filesystem with the relevant interesting files. These are then found by 6 # grep, and the offsets written to a Makefile snippet. 9 # distribute hfsutils as a build tool. If you need to regenerate the HFS 10 # template (e.g. because the boot bloc [all...] |
H A D | mkisoimages.sh | 3 # Module: mkisoimages.sh 9 # for a FreeBSD release. It is considered architecture dependent since each 10 # platform has a slightly unique way of making bootable CDs. This script 12 # publishing decision than anything else. 16 # mkisoimages.sh [-b] image-label image-name base-bits-di [all...] |
HD | hfs-boot.bz2.uu | 1 HFS boot filesystem created by generate-hfs.sh 3 begin 644 hfs-boot.bz2
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | filesystems | 1 #------------------------------------------------------------------------------ 7 >0 ubyte 0x01 12-bit FAT 10 >0 ubyte 0x04 16-bit FAT, less than 32M 12 >0 ubyte 0x06 16-bit FAT, more than 32M 13 >0 ubyte 0x07 OS/2 HPFS, NTFS, QNX2, Adv. UNIX 14 >0 ubyte 0x08 AIX or os, or etc. 15 >0 ubyte 0x09 AIX boot partition or Coherent 16 >0 ubyte 0x0a O/2 boot manager or Coherent swap 17 >0 ubyte 0x0b 32-bit FAT 18 >0 ubyte 0x0c 32-bit FAT, LBA-mapped [all …]
|
/freebsd/ |
H A D | Makefile.inc1 | 4 # -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir 5 # -DNO_CLEAN do not clean at all 6 # -DDB_FROM_SRC use the user/group databases in src/etc instead of 7 # the system database when installing. 8 # -DNO_SHARE do not go into share subdir 9 # -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,OBJ} 10 # -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel 11 # -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel 12 # -DNO_KERNELOBJ do not run ${MAKE} obj in ${MAKE} buildkernel 13 # -DNO_ROOT install without using root privilege [all …]
|