Home
last modified time | relevance | path

Searched refs:floppy (Results 1 – 25 of 219) sorted by relevance

123456789

/netbsd/src/distrib/common/
Dbuildfloppies.sh46 file name of the floppy image.
49 -p pad last floppy to floppy size
53 size size of a floppy in 512 byte blocks
102 floppy=floppy.$$.tar
103 trap "rm -f ${floppy}" 0 1 2 3 # EXIT HUP INT QUIT
108 dd if=/dev/zero of=${floppy} bs=8k count=1 2>/dev/null
115 ${PAX} ${timestamp} -O -w -b8k -M -N "${etcdir}" -s,^./,, >> ${floppy} || exit 1
120 instboot=$( echo $instboot | sed -e s/@IMAGE@/${floppy}/ )
127 set -- $(ls -ln $floppy)
199 if=${floppy} of=${image} 2>/dev/null
/netbsd/src/sys/arch/vax/floppy/
DMakefile17 FLOPPY= /dev/floppy
20 all: floppy
22 floppy: 3tracks ${OBJS} target
23 cp 3tracks floppy
24 arff crf floppy ${OBJS}
26 install: floppy
27 dd if=floppy of=${FLOPPY}
33 flcopy -t3 -f ${FLOPPY}; rm -f floppy; arff crf ${FLOPPY} *
44 rm -f ${BOOTS} ${UTILS} floppy defboo.cmd
/netbsd/src/sys/arch/x68k/stand/installboot/
Dinstallboot.c49 int floppy = 0; variable
104 floppy = 1; in checktargetdev()
107 if (!floppy && DISKPART(st.st_rdev) == RAW_PART) in checktargetdev()
140 floppy = 1; /* XXX: or unformated */ in checkparttype()
142 if (!force && !floppy) { in checkparttype()
151 if (floppy) in checkparttype()
210 if (merging && blocksize > bboffset && !floppy) in main()
/netbsd/src/etc/etc.prep/
DMakefile.inc13 INSTALLATION_DIRS+= installation/floppy
16 MKISOFS_FLAGS+= -prep-boot installation/floppy/sysinst.fs
19 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*'
/netbsd/src/distrib/sparc/ramdisk/
Ddot.profile74 floppy()
81 echo "Ejecting floppy disk"
85 Remove the boot disk from the floppy station and insert the second disk of
86 the floppy installation set into the disk drive.
88 The question below allows you to specify the device name of the floppy
97 echo "Ejecting floppy disk"
190 3) floppy
199 3|floppy) _func=floppy;;
/netbsd/src/sys/arch/atari/conf/
Dstd.atari15 fdc0 at mainbus0 # floppy controller
16 fd0 at fdc0 unit 0 # builtin floppy drive
17 fd1 at fdc0 unit 1 # external floppy drive
Dstd.hades15 fdc0 at mainbus0 # floppy controller
16 hdfd0 at fdc0 unit 0 # builtin Hades-type floppy drive
17 hdfd1 at fdc0 unit 1 # external Hades-type floppy drive
/netbsd/src/sys/arch/bebox/stand/boot/
Ddevopen.c54 char floppy[] = "floppy"; in devparse() local
63 if (strncmp(p, floppy, strlen(floppy)) == 0) { in devparse()
64 p += strlen(floppy); in devparse()
/netbsd/src/sys/arch/prep/stand/
DREADME6 mkbootimage Make bootable floppy image.
10 How to make bootable floppy disk image.
18 To make kernel attached bootable floppy image:
/netbsd/src/sys/arch/bebox/stand/
DREADME24 boot can read/exec kernel on ffs(floppy/ide/scsi) or attached
28 Example of making bootable floppy disk:
39 [insert formatted floppy disk]
/netbsd/src/distrib/alpha/
DREADME.files9 installation/floppy/disk1of3
10 installation/floppy/disk2of3
11 installation/floppy/disk3of3
22 The floppy image set uses two floppies to load the install kernel.
/netbsd/src/etc/etc.newsmips/
DMakefile.inc13 INSTALLATION_DIRS+= installation/floppy
16 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs'
/netbsd/src/etc/etc.bebox/
DMakefile.inc13 INSTALLATION_DIRS+= installation/floppy
16 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*'
/netbsd/src/etc/etc.news68k/
DMakefile.inc13 INSTALLATION_DIRS+= installation/floppy
16 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs'
/netbsd/src/etc/etc.x68k/
DMakefile.inc13 INSTALLATION_DIRS+= installation/floppy \
20 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.gz'
/netbsd/src/external/bsd/file/dist/magic/magdir/
Ddump20 >0 belong 7 end of medium (for floppy),
39 >0 belong 7 end of medium (for floppy),
58 >0 belong 7 end of medium (for floppy),
96 >0 leshort 7 end of medium (for floppy).
/netbsd/src/etc/
Ddisktab7 floppy|3.5in High Density Floppy:\
8 :ty=floppy:se#512:nt#2:rm#300:ns#18:nc#80:\
/netbsd/src/etc/etc.ibmnws/
DMAKEDEV.conf13 floppy)
19 makedev floppy md0
/netbsd/src/external/bsd/am-utils/dist/scripts/
Dam-eject.in51 fd|floppy) eject floppy || eject
/netbsd/src/etc/etc.mvmeppc/
DMAKEDEV.conf13 floppy)
19 makedev floppy md0
/netbsd/src/etc/etc.mmeye/
DMAKEDEV.conf14 floppy)
20 makedev floppy md0
/netbsd/src/sys/arch/i386/stand/lib/
Dexec.c311 physaddr_t loadaddr, int floppy, u_long marks[MARK_MAX]) in common_load_prekern() argument
337 flags = (LOAD_KERNEL | LOAD_DYN) & ~(floppy ? LOAD_BACKWARDS : 0); in common_load_prekern()
374 physaddr_t loadaddr, int floppy, u_long marks[MARK_MAX]) in common_load_kernel() argument
383 LOAD_KERNEL & ~(floppy ? LOAD_BACKWARDS : 0))) == -1) in common_load_kernel()
412 exec_netbsd(const char *file, physaddr_t loadaddr, int boothowto, int floppy, in exec_netbsd() argument
443 floppy, marks); in exec_netbsd()
446 floppy, marks); in exec_netbsd()
/netbsd/src/etc/etc.i386/
DMakefile.inc27 INSTALLATION_DIRS+= installation/floppy
37 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs'
/netbsd/src/etc/etc.rs6000/
DMAKEDEV.conf20 floppy)
26 makedev floppy md0
/netbsd/src/etc/etc.landisk/
DMAKEDEV.conf27 floppy)
38 makedev floppy md0

123456789