/illumos-gate/usr/src/grub/grub-0.97/stage1/ |
H A D | Makefile.solaris | 25 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 D | Makefile.am | 2 nodist_pkglib_DATA = stage1 data 10 noinst_PROGRAMS = stage1.exec 11 stage1_exec_SOURCES = stage1.S stage1.h
|
H A D | Makefile.in | 41 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 D | common.ksh | 386 vlog "cd $ZONEROOT && $stage1 "$insrc" | install_flar" 566 stage1=$1 572 base=`$stage1 $archive | $stage2 2>/dev/null | nawk -F/ '{ 638 stage1=$1 641 get_archive_base "$stage1" "$archive" "cpio -it" 645 vlog "cd \"$ARCHIVE_BASE\" && $stage1 \"$archive\" | cpio $cpioopts" 649 ( cd "$ARCHIVE_BASE" && $stage1 "$archive" | cpio $cpioopts ) 766 stage1="cat" 935 stage1="cat" 937 stage1="gzcat" [all …]
|
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 932 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 D | installboot.c | 133 static char *stage1; variable 1178 pl->pl_src_name = stage1; in probe_gpt() 1255 pl->pl_src_name = stage1; in probe_gpt() 1501 pl->pl_src_name = stage1; in probe_vtoc() 1629 pl->pl_src_name = stage1; in probe_mbr() 1746 pl->pl_src_name = stage1; in probe_device() 1900 prepare_stage1(struct partlist *stage1, struct partlist *stage2, uuid_t uuid) in prepare_stage1() argument 1908 src = stage1->pl_stage; in prepare_stage1() 1909 dest = stage1->pl_src_data; in prepare_stage1() 1913 mbr = stage1->pl_stage; in prepare_stage1() [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/util/ |
H A D | grub-image.in | 65 cp -p $stage1dir/stage1 $stage2dir/*_stage1_5 $stage2dir/stage2 \ 134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
|
H A D | grub-install.in | 410 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 D | ChangeLog | 52 * stage1/Makefile.am: Move stage files to pkglibdir. 208 * stage1/stage1.h (STAGE1_BOOT_DRIVE_CHECK): New macro. 211 * stage1/stage1.S (boot_drive_check): New label. This implements 308 * stage1/Makefile.am: Move stage files to pkglibdir. 511 * stage2/char_io.c (grub_memcmp): Define for stage1.5 too. 531 * stage1/Makefile.am (.exec): Use suffix rules instead of pattern 650 * stage1/stage1.h (GRUB_INVALID_DRIVE): New macro. 652 * stage1/stage1.S (boot_drive): Use the macro GRUB_INVALID_DRIVE. 810 * stage1/Makefile.am (AM_ASFLAGS): Renamed to ... 1034 * stage1/stage1.h (STAGE1_BOOT_DRIVE_MASK): New macro. [all …]
|
H A D | Makefile.am | 3 SUBDIRS = netboot stage2 stage1 lib grub util docs subdir
|
H A D | Makefile.solaris | 12 SUBDIRS = netboot stage2 stage1 lib grub util docs
|
H A D | AUTHORS | 8 Heiko Schroeder rewrote shared_src/stage1.S to be more readable.
|
H A D | acinclude.m4 | 90 dnl stage1/stage1.S.
|
/illumos-gate/usr/src/grub/grub-0.97/lib/ |
H A D | Makefile.am | 4 -I$(top_srcdir)/stage1
|
H A D | Makefile.solaris | 10 INCLUDES = -I. -I.. -I../stage1 -I../stage2
|
/illumos-gate/usr/src/grub/grub-0.97/grub/ |
H A D | Makefile.am | 14 -I$(top_srcdir)/stage1 -I$(top_srcdir)/lib
|
H A D | Makefile.solaris | 24 INCLUDES = -I. -I.. -I../stage1 -I../stage2 -I../lib
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | source-system-grub.p5m | 185 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 D | system-boot-grub.p5m | 59 $(i386_ONLY)file path=boot/grub/stage1 group=sys
|
/illumos-gate/usr/src/cmd/boot/scripts/ |
H A D | update_grub.ksh | 112 STAGE1="$ALT_ROOT"/boot/grub/stage1
|
/illumos-gate/usr/src/boot/ |
H A D | Readme.txt | 46 stage1/stage2 boot blocks which are built in freebsd due to the historical
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 4522 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 D | Makefile.solaris | 111 INCLUDES = -I. -I.. -I../stage2 -I../stage1
|
H A D | Makefile.am | 2 INCLUDES = -I$(top_srcdir)/stage2 -I$(top_srcdir)/stage1
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-3 | 430 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.
|