Home
last modified time | relevance | path

Searched refs:stage1 (Results 1 – 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A DMakefile.solaris25 STAGE1_DATA = stage1
26 STAGE1_EXEC = stage1.exec
27 STAGE1_ASMOBJS = stage1.o
35 SRC_DIR = $(ROOT_SRC)/stage1
36 SRC_FILES = Makefile.am Makefile.in stage1.S stage1.h
H A DMakefile.am2 nodist_pkglib_DATA = stage1 data
10 noinst_PROGRAMS = stage1.exec
11 stage1_exec_SOURCES = stage1.S stage1.h
H A DMakefile.in41 noinst_PROGRAMS = stage1.exec$(EXEEXT)
42 subdir = stage1
53 am_stage1_exec_OBJECTS = stage1.$(OBJEXT)
186 nodist_pkglib_DATA = stage1
191 stage1_exec_SOURCES = stage1.S stage1.h
208 $(AUTOMAKE) --gnu stage1/Makefile
229 stage1.exec$(EXEEXT): $(stage1_exec_OBJECTS) $(stage1_exec_DEPENDENCIES)
230 @rm -f stage1.exec$(EXEEXT)
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh386 vlog "cd $ZONEROOT && $stage1 "$insrc" | install_flar"
566 stage1=$1
638 stage1=$1
641 get_archive_base "$stage1" "$archive" "cpio -it"
766 stage1="cat"
935 stage1="cat"
937 stage1="gzcat"
940 stage1="bzcat"
945 install_cpio "$stage1" "$insrc"
949 ( cd "$ZONEROOT" && $stage1 $insrc | install_flar )
[all …]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c932 be_do_installboot_helper(zpool_handle_t *zphp, nvlist_t *child, char *stage1, in be_do_installboot_helper() argument
1018 stage1, stage2, diskname); in be_do_installboot_helper()
1026 stage1, diskname); in be_do_installboot_helper()
1267 be_do_installboot_walk(zpool_handle_t *zphp, nvlist_t *nv, char *stage1, in be_do_installboot_walk() argument
1295 rv = be_do_installboot_walk(zphp, child[c], stage1, stage2, in be_do_installboot_walk()
1318 return (be_do_installboot_helper(zphp, nv, stage1, stage2, flags)); in be_do_installboot_walk()
1344 char stage1[MAXPATHLEN]; in be_do_installboot() local
1383 (void) snprintf(stage1, sizeof (stage1), "%s%s", in be_do_installboot()
1388 (void) snprintf(stage1, sizeof (stage1), "%s%s", in be_do_installboot()
1403 stage1[0] = '\0'; /* sparc has no stage1 */ in be_do_installboot()
[all …]
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c133 static char *stage1; variable
1177 pl->pl_src_name = stage1; in probe_gpt()
1254 pl->pl_src_name = stage1; in probe_gpt()
1500 pl->pl_src_name = stage1; in probe_vtoc()
1628 pl->pl_src_name = stage1; in probe_mbr()
1745 pl->pl_src_name = stage1; in probe_device()
1897 src = stage1->pl_stage; in prepare_stage1()
1902 mbr = stage1->pl_stage; in prepare_stage1()
2029 stage1 = pl; in prepare_bblocks()
2052 if (stage1 != NULL) { in prepare_bblocks()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-image.in65 cp -p $stage1dir/stage1 $stage2dir/*_stage1_5 $stage2dir/stage2 \
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
H A Dgrub-install.in410 for file in ${grubdir}/stage1 ${grubdir}/stage2 ${grubdir}/*stage1_5; do
414 ${pkglibdir}/stage1 ${pkglibdir}/stage2 ${pkglibdir}/*stage1_5; do
425 for file in ${grubdir}/stage1 ${grubdir}/stage2 ${grubdir}/*stage1_5; do
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog650 * stage1/stage1.h (GRUB_INVALID_DRIVE): New macro.
2147 * stage1/stage1.S: Likewise.
3511 "Loading stage1.5" instead of "stage1.5 ".
3706 * stage1/stage1.S (MOV_MEM_TO_AL): New macro.
5001 * stage1/stage1.S (force_lba): New variable.
6683 * stage1/stage1.S: Rewritten from scratch.
8028 * stage1/stage1.h: New file.
8031 * stage1/stage1.S (BPBEND): Renamed to ...
8032 * stage1/stage1.h (STAGE1_BPBEND): ... this.
8037 * stage1/stage1.S (LISTSIZ): Renamed to ...
[all …]
H A DMakefile.am3 SUBDIRS = netboot stage2 stage1 lib grub util docs subdir
H A DMakefile.solaris12 SUBDIRS = netboot stage2 stage1 lib grub util docs
H A DAUTHORS8 Heiko Schroeder rewrote shared_src/stage1.S to be more readable.
H A Dacinclude.m490 dnl stage1/stage1.S.
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A DMakefile.am4 -I$(top_srcdir)/stage1
H A DMakefile.solaris10 INCLUDES = -I. -I.. -I../stage1 -I../stage2
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A DMakefile.am14 -I$(top_srcdir)/stage1 -I$(top_srcdir)/lib
H A DMakefile.solaris24 INCLUDES = -I. -I.. -I../stage1 -I../stage2 -I../lib
/illumos-gate/usr/src/pkg/manifests/
H A Dsource-system-grub.p5m185 dir path=usr/share/src/grub/stage1
186 file path=usr/share/src/grub/stage1/Makefile.am
187 file path=usr/share/src/grub/stage1/Makefile.in
188 file path=usr/share/src/grub/stage1/stage1.S
189 file path=usr/share/src/grub/stage1/stage1.h
H A Dsystem-boot-grub.p5m59 $(i386_ONLY)file path=boot/grub/stage1 group=sys
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh112 STAGE1="$ALT_ROOT"/boot/grub/stage1
/illumos-gate/usr/src/boot/
H A DReadme.txt46 stage1/stage2 boot blocks which are built in freebsd due to the historical
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4522 char stage1[64]; in setup_func() local
4690 grub_sprintf (stage1, "%s%s", prefix, "/stage1"); in setup_func()
4691 if (! check_file (stage1)) in setup_func()
4695 grub_sprintf (stage1, "%s%s", prefix, "/stage1"); in setup_func()
4696 if (! check_file (stage1)) in setup_func()
4702 grub_sprintf (stage1, "%s%s", prefix, "/stage1"); in setup_func()
4703 if (! check_file (stage1)) in setup_func()
4757 stage1, in setup_func()
4775 stage1, in setup_func()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A DMakefile.solaris111 INCLUDES = -I. -I.. -I../stage2 -I../stage1
H A DMakefile.am2 INCLUDES = -I$(top_srcdir)/stage2 -I$(top_srcdir)/stage1
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-3430 The stage2 or stage1.5 is being read from a hard disk, and the
434 The stage2 or stage1.5 is being read from a floppy disk, and the
441 stage1.5.
444 The location of the stage2 or stage1.5 is not in the portion of
500 6 : Mismatched or corrupt version of stage1/stage2
502 incompatible or corrupt versions of the stage1 or stage2. It can't
1203 See the file `stage1/stage1.S', for more information.

12