/dflybsd-src/stand/boot/dloader/ |
H A D | dloader.menu | 41 menuadd optinclude loader.conf 42 menuadd optinclude loader.conf.local 52 menuadd optinclude loader.conf 53 menuadd optinclude loader.conf.local 55 menuadd set loader.acpi_disabled_by_user=1 58 menuadd set loader.ehci_disabled_by_user=1 59 menuadd set loader.xhci_disabled_by_user=1 74 menuadd optinclude loader.conf 75 menuadd optinclude loader.conf.local 87 menuadd optinclude loader.conf [all …]
|
/dflybsd-src/stand/boot/pc32/pxeldr/ |
H A D | Makefile | 7 LOADER?= loader 22 .if exists(${.OBJDIR}/../loader) 23 LOADERBIN?= ${.OBJDIR}/../loader/loader.bin 25 LOADERBIN?= ${.CURDIR}/../loader/loader.bin
|
H A D | pxeldr.S | 46 # PXE loader 171 movl end+AOUT_ENTRY, %esi # %esi -> relocated loader 172 addl $MEM_BTX_LDR_OFF, %esi # %esi -> BTX in the loader 274 # the loader
|
/dflybsd-src/stand/boot/efi/loader/ |
H A D | Makefile | 7 PROG= loader.sym 63 FILES+= loader.efi 69 CLEANFILES+= vers.c loader.efi 73 vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/../../efi/loader/version 85 all: loader.efi 87 loader.efi: ${PROG}
|
H A D | version | 1 $FreeBSD: head/sys/boot/efi/loader/version 280950 2015-04-01 08:30:40Z andrew $
|
/dflybsd-src/contrib/gdb-7/include/mach-o/ |
H A D | ChangeLog | 7 * loader.h (bfd_mach_o_load_command_type): Add 29 * loader.h (BFD_MACH_O_INDIRECT_SYM_LOCAL): New. 38 * loader.h: Update copyright year. 53 * loader.h (bfd_mach_o_load_command_type): Add 61 * loader.h: Reorder declarations. 68 * loader.h: New file.
|
/dflybsd-src/stand/boot/pc32/loader/ |
H A D | dloader.rc | 1 # loader.rc for dloader 8 include defaults/loader.conf 11 optinclude loader.conf 12 optinclude loader.conf.local
|
H A D | version | 1 $FreeBSD: src/sys/boot/i386/loader/version,v 1.8 2001/12/11 00:49:33 jhb Exp $ 2 $DragonFly: src/sys/boot/pc32/loader/version,v 1.3 2003/11/10 06:08:36 dillon Exp $ 11 0.6: Increased dictionary size -- supports loader.4th
|
H A D | Makefile | 4 PROG= loader 59 COMPILER_LDFLAGS+= -Wl,--script,${.CURDIR}/loader.ldscript 105 FILES= ${PROG}.help loader.conf loader-bootp.conf dloader.menu
|
/dflybsd-src/stand/boot/pc32/loader_tftp/ |
H A D | Makefile | 17 .PATH: ${.CURDIR}/../loader 56 COMPILER_LDFLAGS+= -Wl,--script,${.CURDIR}/../loader/loader.ldscript 102 FILES= ${PROG}.help loader.conf loader-bootp.conf 107 FILES+= ${.CURDIR}/../loader/dloader.rc
|
H A D | version | 1 $FreeBSD: src/sys/boot/i386/loader/version,v 1.8 2001/12/11 00:49:33 jhb Exp $ 11 0.6: Increased dictionary size -- supports loader.4th
|
/dflybsd-src/nrelease/root/ |
H A D | README.USB | 13 - 'unset ehci_load' in loader prompt, or 15 - 'set hint.ehci.0.disabled=0' in /boot/loader.conf 20 - 'unset xhci_load' in loader prompt, or 22 - 'set hint.xhci.0.disabled=0' in /boot/loader.conf
|
H A D | README | 54 The second stage boot (boot2) and third stage boot (loader) default 59 other, you can set the 'console' environment variable in /boot/loader.conf 203 # add root file system to /boot/loader.conf 204 echo 'vfs.root.mountfrom="hammer:ad0s1d"' >> /mnt/boot/loader.conf 248 or edit /mnt/boot/loader.conf, which exists on the CD to tell the kernel 251 # Remove or edit /mnt/boot/loader.conf so the kernel does not try 255 rm /mnt/boot/loader.conf 288 boot by adding the line 'hint.acpi.0.disabled=1' in /boot/loader.conf. 291 our /boot/loader.conf instead. This is not recommended.
|
/dflybsd-src/usr.sbin/efibootmgr/ |
H A D | efibootmgr.c | 69 char *loader; member 150 mangle_loader(char *loader) in mangle_loader() argument 154 for (c = loader; *c; c++) in mangle_loader() 158 return loader; in mangle_loader() 256 free(opts.loader); in parse_args() 257 opts.loader = strdup(optarg); in parse_args() 258 opts.loader = mangle_loader(opts.loader); in parse_args() 289 if (!opts.loader) in parse_args() 652 make_boot_var(const char *label, const char *loader, const char *kernel, const char *env, bool dry_… in make_boot_var() argument 671 if (loader == NULL) in make_boot_var() [all …]
|
/dflybsd-src/sys/dev/raid/hpt27xx/ |
H A D | README | 111 /boot/defaults/loader.conf, please remove the entry hpt27xx_load="YES" 112 from loader.conf to prevent the driver from being loaded twice. 143 6) Reboot and load the driver under loader prompt. e.g: 145 BTX loader 1.00 BTX version is 1.01 151 FreeBSD/i386 bootstrap loader, Revision 0.8 153 Loading /boot/defaults/loader.conf 165 For FreeBSD 5.x/6.x/7.x/8.x/9.x, you can select 6 on the boot menu to get a loader 168 7) You can add a below line into /boot/defaults/loader.conf to load the
|
/dflybsd-src/sys/dev/raid/hptmv/ |
H A D | readme.txt | 141 /boot/defaults/loader.conf, please remove the entry hptmv_load="YES" 142 from loader.conf to prevent the driver from being loaded twice. 173 6) Reboot and load the driver under loader prompt. e.g: 175 BTX loader 1.00 BTX version is 1.01 181 FreeBSD/i386 bootstrap loader, Revision 0.8 183 Loading /boot/defaults/loader.conf 195 For FreeBSD 5.x/6.x/7.x, you can select 6 on the boot menu to get a loader prompt. 197 7) You can add a below line into /boot/defaults/loader.conf to load the
|
/dflybsd-src/stand/boot/efi/boot1/ |
H A D | Makefile | 36 .PATH: ${.CURDIR}/../loader/arch/${MACHINE} 37 .PATH: ${.CURDIR}/../loader 44 LDSCRIPT= ${.CURDIR}/../loader/arch/${MACHINE}/ldscript.${MACHINE}
|
/dflybsd-src/contrib/file/magic/Magdir/ |
H A D | freebsd | 20 # the "has run-time loader information" bit is set, and is 26 # loader information" bit is set. 32 # if it has the "has run-time loader information" bit set, it's 45 # if it has the "has run-time loader information" bit set, it's 51 # if it has the "has run-time loader information" bit set, 59 # if it doesn't have the "has run-time loader information" bit
|
/dflybsd-src/test/vkernel/ |
H A D | Makefile | 143 echo "vfs.root.mountfrom=\"${FSTYPE}:vkd0s1a\"" > ${VKDIR}/root/boot/loader.conf 176 cp /boot/loader ${VKDIR}/root/boot/loader
|
/dflybsd-src/test/x86_64/ |
H A D | Makefile | 185 echo 'vfs.root.mountfrom="ufs:ad0s1a"' > ${QEMUDIR}/root/boot/loader.conf 213 cp /boot/loader ${QEMUDIR}/root/boot/loader
|
/dflybsd-src/stand/boot/efi/ |
H A D | Makefile | 4 SUBDIR+= libefi loader boot1
|
/dflybsd-src/stand/boot/pc32/ |
H A D | Makefile | 10 SUBDIR+=boot0 boot0sio boot2 cdboot libi386 loader loader_tftp mbr
|
/dflybsd-src/stand/boot/common/ |
H A D | Makefile.inc | 29 MAN+= loader.8
|
/dflybsd-src/share/man/man5/ |
H A D | Makefile | 33 loader.conf.5 \
|
/dflybsd-src/stand/boot/efi/loader/arch/x86_64/ |
H A D | ldscript.x86_64 | 1 /* $FreeBSD: head/sys/boot/efi/loader/arch/amd64/ldscript.amd64 280950 2015-04-01 08:30:40Z andrew …
|