Searched refs:boot (Results 1 - 25 of 374) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/boot/biosboot/
H A DMakefile3 PROG= boot
5 .include <../Makefile.boot>
/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/boot/boot/
H A DMakefile3 PROG= boot
5 .include "../Makefile.boot"
/netbsd-6-1-5-RELEASE/distrib/amd64/cdroms/bootcd/
H A DMakefile6 CDBASE= boot # gives ${CDBASE}.iso
7 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file
8 CLEANFILES+= boot.cfg
11 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
/netbsd-6-1-5-RELEASE/distrib/i386/cdroms/bootcd/
H A DMakefile6 CDBASE= boot # gives ${CDBASE}.iso
7 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file
8 CLEANFILES+= boot.cfg
11 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Dboot.c1 /* $NetBSD: boot.c,v 1.14 2008/06/13 20:46:09 martin Exp $ */
31 __RCSID("$NetBSD: boot.c,v 1.14 2008/06/13 20:46:09 martin Exp $");
43 readboot(int dosfs, struct bootblock *boot) argument
52 perr("could not read boot block");
57 pfatal("Invalid signature in boot block: %02x%02x", block[511], block[510]);
61 memset(boot, 0, sizeof *boot);
62 boot->ValidFat = -1;
65 boot->BytesPerSec = block[11] + (block[12] << 8);
66 boot
234 writefsinfo(int dosfs, struct bootblock *boot) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/stand/boot/
H A DMakefile3 SRCS= boot.c conf.c devopen.c
4 PROG= boot.elf
7 CLEANFILES+= boot.bin
9 boot.bin: ${PROG}
10 ${OBJCOPY} -O binary ${.OBJDIR}/boot.elf $@
14 all realall: boot.bin
16 install: boot.bin
18 ${.OBJDIR}/boot.bin ${DESTDIR}${MDEC_DIR}/boot
/netbsd-6-1-5-RELEASE/distrib/amd64/cdroms/bootcd-com/
H A DMakefile6 CDBASE= boot-com # gives ${CDBASE}.iso
9 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file
10 CLEANFILES+= boot.cfg
13 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
/netbsd-6-1-5-RELEASE/distrib/i386/cdroms/bootcd-com/
H A DMakefile6 CDBASE= boot-com # gives ${CDBASE}.iso
9 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file
10 CLEANFILES+= boot.cfg
13 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
/netbsd-6-1-5-RELEASE/etc/etc.next68k/
H A DMakefile.inc12 # install boot image in installation directory
13 ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot \
14 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/boot
/netbsd-6-1-5-RELEASE/distrib/amd64/cdroms/installcd/
H A DMakefile12 CDBUILDEXTRA= boot.cfg # Add boot.cfg file
13 CLEANFILES+= boot.cfg
17 < ${.CURDIR}/boot.cfg.in > boot.cfg
/netbsd-6-1-5-RELEASE/distrib/amd64/floppies/bootfloppy/
H A DMakefile3 FLOPPYBASE= boot
/netbsd-6-1-5-RELEASE/distrib/bebox/floppies/bootfloppy/
H A DMakefile3 IMAGE= boot.fs
/netbsd-6-1-5-RELEASE/distrib/i386/cdroms/installcd/
H A DMakefile12 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file
13 CLEANFILES+= boot.cfg
16 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
/netbsd-6-1-5-RELEASE/distrib/i386/floppies/bootfloppy/
H A DMakefile3 FLOPPYBASE= boot
/netbsd-6-1-5-RELEASE/distrib/sparc/miniroot/
H A DMakefile.inc10 ${DESTDIR}/usr/mdec/boot \
14 ${DESTDIR}/usr/mdec/bootxx /boot
/netbsd-6-1-5-RELEASE/sys/arch/vax/boot/
H A DMakefile4 SUBDIR= boot xxboot xxboot_ustarfs
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/stand/
H A DMakefile3 SUBDIR= libsa .WAIT boot
/netbsd-6-1-5-RELEASE/sys/arch/next68k/stand/
H A DMakefile3 SUBDIR= boot
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/stand/
H A DMakefile3 SUBDIR= common .WAIT boot
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/stand/
H A DMakefile3 SUBDIR= boot boot64 sgivol
/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/
H A DMakefile3 SUBDIR= mbr bootxx boot
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/stand/
H A DMakefile3 SUBDIR= bootelf bootcoff boot
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/stand/
H A DMakefile3 SUBDIR= installkernel boot
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/stand/
H A DMakefile3 SUBDIR= bootxx_bfs bootxx_ustarfs boot
/netbsd-6-1-5-RELEASE/sys/arch/arc/stand/
H A DMakefile3 SUBDIR= boot

Completed in 157 milliseconds

1234567891011>>