Searched refs:loader (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/sparc64/
H A DMakefile3 SUBDIR= boot1 loader zfsboot zfsloader
/illumos-gate/usr/src/boot/sys/boot/sparc64/zfsloader/
H A DMakefile3 .PATH: ${.CURDIR}/../loader
6 NEWVERSWHAT= "ZFS enabled bootstrap loader" sparc64
9 .include "${.CURDIR}/../loader/Makefile"
/illumos-gate/usr/src/boot/sys/boot/forth/
H A DMakefile8 loader.conf.5 \
9 loader.4th.8 \
/illumos-gate/usr/src/boot/sys/boot/common/
H A DMakefile5 MAN+= loader.8
/illumos-gate/usr/src/boot/sys/boot/i386/
H A DMakefile22 SUBDIRS= pmbr btx cdboot gptzfsboot libi386 loader pxeldr
23 INSTDIRS= pmbr cdboot gptzfsboot loader pxeldr
/illumos-gate/usr/src/boot/sys/boot/efi/
H A DMakefile20 SUBDIRS = boot1 libefi loader
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A DMakefile7 PROG?= loader
8 NEWVERSWHAT?= "bootstrap loader" sparc64
11 # Architecture-specific loader code
77 CLEANFILES+= vers.c loader.help
91 vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/../loader/version
92 sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/../loader/version \
95 loader.help: help.common help.sparc64
102 FILES+= loader.rc menu.rc
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A DMakefile24 PROG= loader.sym
27 # architecture-specific loader code
78 FILES= loader.efi
88 CLEANFILES= vers.c loader.efi
90 NEWVERSWHAT= "EFI loader" ${MACHINE}
92 all: loader.efi
96 vers.c: ../../common/newvers.sh ../../efi/loader/version
101 loader.efi: loader.sym
102 if [ `${OBJDUMP} -t loader
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/
H A DMakefile41 LOADER= loader
52 LOADERBIN= ../loader/zfsloader.bin
H A Dpxeldr.S30 * This simple program is a preloader for the normal boot3 loader. It is simply
31 * prepended to the beginning of a fully built and btxld'd loader. It then
32 * copies the loader to the address boot2 normally loads it, emulates the
35 * /boot/loader to be booted over the network via PXE w/o having to write a
36 * separate PXE-aware client just to load the loader.
52 .set MEM_BTX_OFFSET,MEM_PAGE_SIZE # offset of BTX in the loader
80 * We expect to be loaded by the BIOS at 0x7c00 (standard boot loader entry
87 * BTX program loader for PXE network booting
104 * Setup the arguments that the loader is expecting from boot[12]
139 * Relocate the loader an
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A DMakefile22 NEWVERSWHAT= "ZFS enabled bootstrap loader" x86
31 # loader.help build needs better awk
46 all: ${LOADER} loader.help
53 # architecture-specific loader code
86 MAN += loader.8
91 CLEANFILES= vers.c ${LOADER} ${LOADER}.sym ${LOADER}.bin loader.help
120 loader.help: ../../common/help.common help.i386
123 FILES= ${LOADER} loader.help
128 FILES += loader.rc
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A DMakefile31 # architecture-specific loader code
53 # Always add MI sources and REGULAR efi loader bits
63 LDSCRIPT= ./../loader/arch/${MACHINE}/ldscript.${MACHINE}
118 %.o: ../loader/arch/${MACHINE}/%.S
121 %.o: ../loader/%.c
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.c394 /* Make a real-mode call to the UNDI loader routine at
406 0 /* Unused for UNDI loader API */ );
409 DBG ( "UNDI loader call failed with status %#hx\n",
451 undi.pxs->loader.ax = ( undi.pci.bus << 8 ) | undi.pci.devfn;
455 undi.pxs->loader.bx = 0xffff;
456 undi.pxs->loader.dx = 0xffff;
460 undi.pxs->loader.es = 0xf000;
461 undi.pxs->loader.di = virt_to_phys ( undi.pnp_bios ) - 0xf0000;
471 undi.pxs->loader.undi_cs = SEGMENT( undi.driver_code );
480 undi.pxs->loader
[all...]
H A Dundi.h44 /* The UNDI loader parameter structure is not defined in pxe.h
66 undi_loader_t loader; member in union:pxenv_structure
/illumos-gate/usr/src/lib/libficl/
H A DMakefile.com23 hash.o callback.o word.o loader.o pager.o extras.o \
/illumos-gate/usr/src/boot/sys/boot/userboot/ficl/
H A DMakefile8 BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \
/illumos-gate/usr/src/boot/sys/boot/arm/uboot/
H A DMakefile7 NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH}
15 # Architecture-specific loader code
95 CLEANFILES+= vers.c loader.help
101 # Pull in common loader code
125 loader.help: help.common help.uboot ${.CURDIR}/../../fdt/help.fdt
152 # Install loader.rc.
153 FILES+= loader.rc
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S36 # binary. Then we attempt to load /boot/loader from the CD we were booted
52 .set MEM_BTX_OFFSET,MEM_PAGE_SIZE # offset of BTX in the loader
98 # We expect to be loaded by the BIOS at 0x7c00 (standard boot loader entry
126 # Setup the arguments that the loader is expecting from boot[12]
159 # Try to look up the loader binary using the paths in the loader_paths
177 lookup_found: # Found a loader file
213 # Relocate the loader and BTX using a very lazy protected mode
248 mov MEM_READ_BUFFER+AOUT_ENTRY,%esi # %esi -> relocated loader
249 add $MEM_BTX_OFFSET,%esi # %esi -> BTX in the loader
543 # the loader
[all...]
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s146 ! Call the startup function to get the real loader in here.
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c109 /* update when loader version will change */
822 * loader/host version
1137 sprintf(buf, "/boot/loader.help");
1653 * We try to make this short in order to save memory -- the loader has

Completed in 97 milliseconds