/titanic_41/usr/src/psm/stand/bootblks/common/ |
H A D | rd.fth | 28 purpose: simplified ramdisk driver 34 " SUNW,ramdisk" encode-string " compatible" property 38 0 value ramdisk-base-va 39 0 value ramdisk-size 43 ramdisk-size encode-int " size" property 44 ramdisk-base-va encode-int " address" property 49 : current-va ( -- adr ) ramdisk-base-va current-offset + ; 61 drop dup ramdisk-size > if 69 dup ramdisk-size > if 70 ramdisk-size - - ( addr len' ) [all …]
|
H A D | boot.fth | 123 \ first try boot archive (nested boot from ramdisk) 525 : "ramdisk" ( -- dev$ ) " /ramdisk-root" ; 540 "ramdisk" encode-string " bootarchive" property 553 \ load ramdisk fcode and tell the driver where 554 \ we put the ramdisk data 555 : setup-ramdisk ( base size -- ) 561 "ramdisk" str++ device-name 568 "ramdisk" dev-open dup 0= if 569 "ramdisk" open-abort 645 dup file-sz setup-ramdisk
|
H A D | util.fth | 185 \ put ramdisk fcode 256 bytes from end of bootblk
|
/titanic_41/usr/src/cmd/devfsadm/ |
H A D | ramdisk_link.c | 39 static int ramdisk(di_minor_t di_minor, di_node_t node); 46 TYPE_EXACT | DRV_EXACT, ILEVEL_0, ramdisk, 95 ramdisk(di_minor_t di_minor, di_node_t node) in ramdisk() function
|
/titanic_41/usr/src/cmd/boot/filelist/ |
H A D | Makefile.com | 36 filelist.ramdisk \
|
/titanic_41/usr/src/uts/intel/ramdisk/ |
H A D | Makefile | 43 MODULE = ramdisk
|
/titanic_41/usr/src/uts/sparc/ramdisk/ |
H A D | Makefile | 42 MODULE = ramdisk
|
/titanic_41/usr/src/cmd/boot/scripts/ |
H A D | root_archive.ksh | 142 find `cat boot/solaris/filelist.ramdisk` -type file \ 152 find `cat ../../boot/solaris/filelist.ramdisk` \
|
H A D | create_ramdisk.ksh | 447 /boot/solaris/filelist.ramdisk \ 448 /etc/boot/solaris/filelist.ramdisk \
|
/titanic_41/usr/src/psm/stand/boot/sparcv9/sun4/ |
H A D | Makefile | 118 NFS_OBJS = $(OBJS) nfsconf.o inetboot.o ramdisk.o
|
/titanic_41/usr/src/psm/stand/boot/sparcv9/ |
H A D | Makefile.com | 49 MISC_SRC = ramdisk.c
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man7d.inc | 35 file path=usr/share/man/man7d/ramdisk.7d
|
H A D | system-kernel.mf | 236 $(sparc_ONLY)driver name=ramdisk alias=SUNW,ramdisk perms="* 0600 root sys" \ 238 $(i386_ONLY)driver name=ramdisk perms="* 0600 root sys" \ 292 file path=boot/solaris/filelist.ramdisk group=sys 386 file path=kernel/drv/$(ARCH64)/ramdisk group=sys 519 $(i386_ONLY)file path=kernel/drv/ramdisk group=sys 520 file path=kernel/drv/ramdisk.conf group=sys
|
H A D | system-header.mf | 1335 file path=usr/include/sys/ramdisk.h
|
/titanic_41/usr/src/man/man7d/ |
H A D | Makefile | 107 ramdisk.7d \
|
/titanic_41/usr/src/uts/sparc/ |
H A D | Makefile.sparc | 216 DRV_KMODS += pseudo ptc ptm pts ptsl ramdisk random rsm rts sad
|
/titanic_41/usr/src/uts/intel/ |
H A D | Makefile.intel | 310 DRV_KMODS += ramdisk
|
/titanic_41/usr/src/psm/stand/bootblks/ufs/common/ |
H A D | ufs.fth | 544 \ read ramdisk fcode at rd-offset
|
/titanic_41/usr/src/psm/stand/bootblks/hsfs/common/ |
H A D | hsfs.fth | 564 \ read ramdisk fcode at rd-offset
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | Makefile | 473 ramdisk.h \
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | NEWS | 370 "bzImage" and initial ramdisk (also called "initrd") support for
|
/titanic_41/usr/src/uts/common/ |
H A D | Makefile.files | 752 RAMDISK_OBJS += ramdisk.o
|
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 1652 \ read ramdisk fcode at rd-offset
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 1433 Load an initial ramdisk for a Linux format boot image and set the
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 717 rest of the root) is mounted on a read-only ramdisk. In this case,
|