Home
last modified time | relevance | path

Searched refs:kernel (Results 251 – 275 of 441) sorted by relevance

1...<<1112131415161718

/illumos-gate/usr/src/grub/grub-0.97/docs/
H A DMakefile.solaris42 grub.texi help2man internals.texi kernel.c kernel.c.texi \
H A Dgrub.info721 2. Load the kernel image with the command `kernel' (*note kernel::).
882 2. Load the kernel with `kernel' (*note kernel::). You should append
1018 that your have an old kernel `old_kernel' and a new kernel
1024 the new kernel only once and boot the old kernel after that.
1089 kernel /kernel
1094 kernel /kernel
1099 kernel /kernel
1119 even if GRUB cannot find your kernel or if your kernel panics.
1215 kernel (fd0)/boot/kernel root=hd0s3
2496 * kernel:: Load a kernel
[all …]
H A Dgrub.info-3112 kernel
150 kernel /no-security-os
203 `kernel' command. You must load a Multiboot kernel image before
305 kernel /boot/vmlinuz root=/dev/sda1 vga=ext
311 kernel /boot/loader
361 step is to try loading a kernel.
514 without having a kernel to start.
565 19 : Linux kernel must be loaded before initrd
567 loading a Linux kernel.
569 20 : Multiboot kernel must be loaded before modules
[all …]
H A Dmultiboot.info390 the kernel.
669 passed to the kernel. The command line is a normal C-style
673 the kernel what boot modules were loaded along with the kernel image,
1018 In this distribution, the example Multiboot kernel `kernel' is
1025 The kernel `kernel' consists of only three files: `boot.S',
1044 * kernel.c::
1183 /* boot.S - bootstrap the kernel */
1266 4.3.3 kernel.c
1269 And, in the file `kernel.c':
1271 /* kernel.c - the C part of the kernel */
[all …]
H A Dmultiboot.texi426 kernel.
931 This must only be done if the kernel has indicated in the
1089 In this distribution, the example Multiboot kernel @file{kernel} is
1091 on the screen, so you can make use of the kernel to test a
1096 The kernel @file{kernel} consists of only three files: @file{boot.S},
1097 @file{kernel.c} and @file{multiboot.h}. The assembly source
1115 * kernel.c::
1140 @node kernel.c
1141 @subsection kernel.c
1143 And, in the file @file{kernel.c}:
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-remote-shared-memory.p5m33 dir path=usr/kernel group=sys
34 dir path=usr/kernel/drv group=sys
35 dir path=usr/kernel/drv/$(ARCH64) group=sys
36 file path=usr/kernel/drv/$(ARCH64)/rsm group=sys
37 file path=usr/kernel/drv/rsm.conf group=sys
H A Dsystem-zones-brand-s10.p5m44 $(i386_ONLY)dir path=usr/kernel group=sys
45 $(i386_ONLY)dir path=usr/kernel/brand group=sys
46 $(i386_ONLY)dir path=usr/kernel/brand/$(ARCH64) group=sys
47 $(i386_ONLY)file path=usr/kernel/brand/$(ARCH64)/s10_brand group=sys mode=0755
H A Dnetwork-ipfilter.p5m44 dir path=usr/kernel group=sys
45 dir path=usr/kernel/drv group=sys
46 dir path=usr/kernel/drv/$(ARCH64) group=sys
47 file path=usr/kernel/drv/$(ARCH64)/ipf group=sys
48 file path=usr/kernel/drv/ipf.conf group=sys
H A Ddriver-network-e1000g.p5m38 dir path=kernel group=sys
39 dir path=kernel/drv group=sys
40 dir path=kernel/drv/$(ARCH64) group=sys
41 file path=kernel/drv/$(ARCH64)/e1000g group=sys
42 file path=kernel/drv/e1000g.conf group=sys \
43 original_name=SUNWintgige:kernel/drv/e1000g.conf preserve=renamenew
H A Dsystem-bhyve-tests.p5m89 dir path=usr/kernel/drv group=sys
90 dir path=usr/kernel/drv/$(ARCH64) group=sys
91 file path=usr/kernel/drv/$(ARCH64)/vmm_drv_test
92 file path=usr/kernel/drv/vmm_drv_test.conf
H A Dsystem-zones.p5m65 dir path=usr/kernel group=sys
66 dir path=usr/kernel/drv group=sys
67 dir path=usr/kernel/drv/$(ARCH64) group=sys
68 file path=usr/kernel/drv/$(ARCH64)/zcons group=sys
H A DSUNWcs.p5m777 dir path=usr/kernel group=sys
778 dir path=usr/kernel/drv group=sys
795 file path=usr/kernel/drv/ptm.conf group=sys
796 file path=usr/kernel/drv/pts.conf group=sys
798 dir path=usr/kernel/exec group=sys
802 dir path=usr/kernel/fs group=sys
803 dir path=usr/kernel/fs/$(ARCH64) group=sys
806 dir path=usr/kernel/pcbe group=sys
808 dir path=usr/kernel/sched group=sys
815 dir path=usr/kernel/strmod group=sys
[all …]
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt242 format=kernel
260 format=kernel
264 format=kernel
272 format=kernel
280 format=kernel
288 format=kernel
296 format=kernel
304 format=kernel
312 format=kernel
320 format=kernel
[all …]
/illumos-gate/usr/src/lib/libavl/
H A DREADME32 the kernel, therefore it resides under usr/src/common/avl. (Common
33 code for user land and kernel land resides under usr/src/common.)
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A DREADME21 The architecture of this roughly parallels the in-kernel version,
22 where the kernel modules are built as libraries including:
25 Just as with the kernel code, there are mdb modules that know
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dkmem.c75 kvm_t kvm_open(kernel, core, swap, mode, errstr) in kvm_open() argument
76 char *kernel, *core, *swap; in kvm_open()
/illumos-gate/usr/src/uts/
H A DREADME30 The advent of dynamic loading of kernel modules has obsoleted the
31 4.x kernel configuration scheme which was centered around a derived
44 1] To provide a set of static Makefiles to support kernel build
53 4] To provide a framework for linting the kernel (so that "lint free"
152 equivalent to the GENERIC kernel of SunOS 4.x.
169 will cause that kernel and all supported, "implementation architecture"
173 kernel for MACHINE to be built (and unix.o).
212 more finely grained objects; specificly a kernel module. The basic component
/illumos-gate/usr/src/uts/i86xpv/conf/
H A DMapfile.amd6429 # This is 1:1 mapped code to setup the kernel memory image.
30 # It needs to be after (in physical) the kernel bits, so that
/illumos-gate/usr/src/data/ucode/
H A Dupdate.amd20 UPSTREAM=git://git.kernel.org
21 UPSTREAM_PATH=/pub/scm/linux/kernel/git/firmware/linux-firmware.git
/illumos-gate/usr/src/cmd/bhyve/
H A DREADME.sync5 parts of the kernel module have been updated to the latest upstream FreeBSD
16 The kernel component of bhyve has diverged from the FreeBSD sources and
/illumos-gate/exception_lists/
H A Dpackaging69 # standalone's DHCP implementation, and the kernel (nfs_dlboot).
229 # Miscellaneous kernel interfaces or kernel<->user interfaces that are
290 # User<->kernel interface used by cfgadm/USB only
294 # User<->kernel interface used by cfgadm/SATA only
298 # Private ucred kernel header
376 kernel/drv/amd64/usbskel i386
377 kernel/drv/usbskel.conf
617 kernel/kmdb/amd64/fcip i386
618 kernel/kmdb/amd64/fcp i386
619 kernel/kmdb/amd64/fctl i386
[all …]
/illumos-gate/usr/src/cmd/cmd-crypto/scripts/
H A Di.kcfconf32 # The syntax of the input file for a kernel software provider package is
35 # <provider_name> ::= the kernel software module base name
116 # This is a kernel software provider package.
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.S149 ! start slave cpus, pause them within kernel text,
177 ! since the kernel's mappings may not match this prom.
/illumos-gate/usr/src/boot/forth/
H A Dloader.conf16 kernel="i86pc/kernel/${ISADIR}" # /platform sub-directory containing kernel
/illumos-gate/usr/src/cmd/boot/filelist/sparc/
H A Dfilelist.ramdisk11 kernel

1...<<1112131415161718