Home
last modified time | relevance | path

Searched refs:boot (Results 1 – 25 of 168) sorted by relevance

1234567

/titanic_44/usr/src/pkg/manifests/
H A Dsystem-boot-grub.mf33 value=pkg:/system/boot/grub@0.97,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
41 $(i386_ONLY)dir path=boot group=sys
42 $(i386_ONLY)dir path=boot/grub group=sys
43 $(i386_ONLY)dir path=boot/grub/bin group=sys
47 $(i386_ONLY)file path=boot/grub/bin/grub group=sys mode=0555
48 $(i386_ONLY)file path=boot/grub/capability group=sys mode=0444
49 $(i386_ONLY)file path=boot/grub/default group=sys mode=0444 \
50 original_name=SUNWgrub:boot/grub/default preserve=true
51 $(i386_ONLY)file path=boot/grub/e2fs_stage1_5 group=sys
52 $(i386_ONLY)file path=boot/grub/fat_stage1_5 group=sys
[all …]
H A Dsystem-boot-real-mode.mf27 set name=pkg.fmri value=pkg:/system/boot/real-mode@$(PKGVERS)
36 $(i386_ONLY)dir path=boot group=sys
37 $(i386_ONLY)dir path=boot/solaris group=sys
38 $(i386_ONLY)dir path=boot/solaris/devicedb group=sys
43 $(i386_ONLY)file path=boot/solaris/bootenv.rc group=sys \
44 original_name=SUNWrmodr:boot/solaris/bootenv.rc preserve=renamenew
45 $(i386_ONLY)file path=boot/solaris/devicedb/master group=sys \
46 original_name=SUNWrmod:boot/solaris/devicedb/master preserve=true
47 $(i386_ONLY)file path=boot/splashimage.xpm group=sys
49 $(i386_ONLY)hardlink path=boot/solaris.xpm target=splashimage.xpm
H A Dsystem-boot-wanboot-internal.mf27 set name=pkg.fmri value=pkg:/system/boot/wanboot/internal@$(PKGVERS)
28 set name=pkg.description value="Solaris WAN boot internal"
29 set name=pkg.summary value="WAN boot internal"
50 legacy pkg=SUNWwbint desc="Solaris WAN boot internal" name="WAN boot internal"
H A Dsystem-boot-wanboot.mf27 set name=pkg.fmri value=pkg:/system/boot/wanboot@$(PKGVERS)
28 set name=pkg.description value="Solaris WAN boot support"
29 set name=pkg.summary value="WAN boot support"
60 legacy pkg=SUNWwbsup desc="Solaris WAN boot support" name="WAN boot support"
/titanic_44/usr/src/grub/grub-0.97/docs/
H A Dmenu.lst2 # Sample boot menu configuration file
8 # By default, boot the first entry.
17 kernel /boot/gnumach.gz root=hd0s1
18 module /boot/serverboot.gz
29 kernel /boot/loader.gz
34 kernel --type=netbsd /boot/knetbsd.gz
40 kernel (fd0)/boot/kernel root=hd0s3
41 module (fd0)/boot/bootstrap
46 kernel /boot/loader
65 #chainloader /boot/chain.os2
[all …]
H A Dgrub.info-112 * grub-set-default: (grub)Invoking grub-set-default. Set a default boot
39 a flexible and powerful boot loader program for PCs.
48 * Booting:: How to boot different operating systems
63 * Invoking grub-set-default:: How to set a default boot entry
82 * Role of a boot loader:: The role of a boot loader
90 Briefly, a "boot loader" is the first software program that runs when
96 GNU GRUB is a very powerful boot loader, which can load a wide
121 install GRUB on your drive (*note Installation::), and how to boot your
124 Besides the GRUB boot loader itself, there is a "grub shell" `grub'
126 operating system. It emulates the boot loader and can be used for
[all …]
H A Dmultiboot.texi82 This file documents Multiboot Specification, the proposal for the boot
116 Every operating system ever created tends to have its own boot loader.
118 installing a whole new set of boot mechanisms, each with completely
119 different install-time and boot-time user interfaces. Getting multiple
122 choice of boot loaders for a particular operating system --- if the one
131 boot loader and a operating system, such that any complying boot loader
133 specification does @emph{not} specify how boot loaders should work ---
141 most common and have the largest variety of operating systems and boot
143 need a boot specification and do not have one already, a variation of
157 immediately be able to take advantage of existing boot loaders. It would
[all …]
H A Dmultiboot.info32 This file documents Multiboot Specification, the proposal for the boot
69 Every operating system ever created tends to have its own boot loader.
71 installing a whole new set of boot mechanisms, each with completely
72 different install-time and boot-time user interfaces. Getting multiple
75 of boot loaders for a particular operating system -- if the one that
84 boot loader and a operating system, such that any complying boot loader
86 specification does _not_ specify how boot loaders should work -- only
96 common and have the largest variety of operating systems and boot
98 need a boot specification and do not have one already, a variation of
114 immediately be able to take advantage of existing boot loaders. It would
[all …]
H A Dgrub.info13 * grub-set-default: (grub)Invoking grub-set-default. Set a default boot
40 flexible and powerful boot loader program for PCs.
49 * Booting:: How to boot different operating systems
64 * Invoking grub-set-default:: How to set a default boot entry
83 * Role of a boot loader:: The role of a boot loader
91 Briefly, a "boot loader" is the first software program that runs when a
97 GNU GRUB is a very powerful boot loader, which can load a wide
122 install GRUB on your drive (*note Installation::), and how to boot your
125 Besides the GRUB boot loader itself, there is a "grub shell" `grub'
127 operating system. It emulates the boot loader and can be used for
[all …]
H A Dgrub.texi30 * grub-set-default: (grub)Invoking grub-set-default. Set a default boot
97 a flexible and powerful boot loader program for @sc{pc}s.
106 * Booting:: How to boot different operating systems
121 * Invoking grub-set-default:: How to set a default boot entry
138 * Role of a boot loader:: The role of a boot loader
145 Briefly, a @dfn{boot loader} is the first software program that runs when
151 GNU GRUB is a very powerful boot loader, which can load a wide variety
154 unsupported operating systems by loading another boot loader. It is
179 install GRUB on your drive (@pxref{Installation}), and how to boot your
182 Besides the GRUB boot loader itself, there is a @dfn{grub shell}
[all …]
H A DMakefile.am3 EXAMPLES = boot.S kernel.c multiboot.h
4 multiboot_TEXINFOS = boot.S.texi kernel.c.texi multiboot.h.texi
19 boot.o: multiboot.h
/titanic_44/usr/src/grub/
H A Dinstall_menu28 kernel$ /boot/platform/i86pc/kernel/$ISADIR/unix -B install_media=cdrom
29 module$ /boot/$ISADIR/x86.miniroot
31 kernel$ /boot/platform/i86pc/kernel/$ISADIR/unix -B install_media=cdrom,console=ttya
32 module$ /boot/$ISADIR/x86.miniroot
34 kernel$ /boot/platform/i86pc/kernel/$ISADIR/unix -B install_media=cdrom,console=ttyb
35 module$ /boot/$ISADIR/x86.miniroot
H A Dmenu.lst6 # With zfs root the active menu.lst file is /<pool>/boot/grub/menu.lst
9 # default menu entry to boot
24 # splashimage /boot/grub/splash.xpm.gz
49 # To override Solaris boot args (see kernel(1M)), console device and
52 # kernel /platform/i86pc/kernel/unix <boot-args> -B prop1=val1,prop2=val2,...
H A DMakefile.grub10 ROOT_BOOT_GRUB = $(ROOT)/boot/grub
11 ROOT_PLAT_GRUB = $(ROOT)/platform/$(PLATFORM)/boot/grub
/titanic_44/usr/src/grub/grub-0.97/util/
H A Dgrub-image.in64 mkdir -p $bootdir/boot/grub
66 $bootdir/boot/grub
67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
/titanic_44/usr/src/tools/scripts/
H A Dbuild_cscope.conf40 psm "" psm/stand psm/stand/boot psm/stand/boot/sparcv9/sun4u psm/stand/boot/sparcv9/sun4v
/titanic_44/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh112 STAGE1="$ALT_ROOT"/boot/grub/stage1
113 STAGE2="$ALT_ROOT"/boot/grub/stage2
119 mkdir -p "$ALT_ROOT"/stubboot/boot/grub
120 cp "$ALT_ROOT"/boot/grub/menu.lst "$ALT_ROOT"/stubboot/boot/grub
H A DMakefile.com30 MANIFEST= boot-archive-update.xml
31 SVCMETHOD= boot-archive-update
45 METHODPROG= boot-archive-update
/titanic_44/usr/src/psm/stand/bootblks/common/
H A Dboot.fth26 purpose: boot block for OBP systems
42 /buf-len buffer: boot-dev
43 : boot-dev$ ( -- dev$ ) boot-dev cscount ;
98 boot-dev$ ( dev$ )
123 \ first try boot archive (nested boot from ramdisk)
124 \ then try boot device (direct boot from disk)
131 boot-dev swap move ( )
135 boot-dev$ fs-pkg$ $open-package to fs-ih
143 \ boot progress
220 \ if not nested, check for boot archive (executable after label)
[all …]
/titanic_44/usr/src/cmd/boot/filelist/i386/
H A Dfilelist.ramdisk1 boot/acpi/tables
2 boot/solaris/bootenv.rc
3 boot/solaris/devicedb/master
/titanic_44/usr/src/uts/i86xpv/
H A DMakefile.rules93 $(OBJS_DIR)/%.o: $(UTSBASE)/i86xpv/boot/%.c
97 $(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/boot/%.c
160 $(LINTS_DIR)/%.ln: $(UTSBASE)/i86xpv/boot/%.c
163 $(LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/boot/%.c
198 $(DBOOT_OBJS_DIR)/%.o: $(UTSBASE)/i86xpv/boot/%.c
201 $(DBOOT_OBJS_DIR)/%.o: $(UTSBASE)/i86pc/boot/%.c
271 $(DBOOT_LINTS_DIR)/%.ln: $(UTSBASE)/i86xpv/boot/%.c
/titanic_44/usr/src/cmd/eeprom/i386/
H A DMakefile33 CFLAGS += -I../../boot/bootadm
34 LINTFLAGS += -I../../boot/bootadm
/titanic_44/usr/src/cmd/halt/smf.i386/
H A DMakefile29 MANIFEST= boot-config.xml
30 SVCMETHOD= svc-boot-config
/titanic_44/usr/src/cmd/halt/smf.sparc/
H A DMakefile29 MANIFEST= boot-config.xml
30 SVCMETHOD= svc-boot-config
/titanic_44/usr/src/uts/sun4/ml/
H A Dproc_init.s82 ! The boot cpu and other cpus are different. The boot cpu has gone
83 ! through boot, and its state might be affected as a result. The

1234567