Home
last modified time | relevance | path

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

12

/linux/Documentation/admin-guide/blockdev/
H A Dfloppy.rst15 The floppy driver is configured using the 'floppy=' option in
22 linux-2.6.9 floppy=thinkpad
27 append = "floppy=thinkpad"
29 Several floppy related options may be given, example::
31 linux-2.6.9 floppy=daring floppy=two_fdc
32 append = "floppy=daring floppy=two_fdc"
43 If you use the floppy driver as a module, use the following syntax::
45 modprobe floppy floppy="<options>"
49 modprobe floppy floppy="omnibook messages"
51 If you need certain options enabled every time you load the floppy driver,
[all …]
H A Dramdisk.rst37 rescue floppy disk.
117 e) Put the kernel onto the floppy::
121 f) Put the RAM disk image onto the floppy, after the kernel. Use an offset
123 (possibly larger) kernel onto the same floppy later without overlapping
126 not larger than the total space on your floppy (usually 1440 kB)::
134 That is it. You now have your boot/root compressed RAM disk floppy. Some
H A Dindex.rst10 floppy
H A Dparide.rst26 drives use the ISA replicator to interface a floppy disk controller,
27 which is then connected to a floppy-tape mechanism. The vast majority
93 installation floppy. Alternatively, you can look at the markings on
/linux/include/uapi/linux/
H A Dfd.h28 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1) argument
35 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) argument
36 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \ argument
37 512 : 128 << FD_SIZECODE(floppy) )
/linux/arch/x86/boot/
H A Dmtools.conf.in5 # Actual floppy drive
9 # 1.44 MB floppy disk image
13 # 2.88 MB floppy disk image (mostly for virtual uses)
/linux/arch/m68k/q40/
H A DREADME18 The floppy imposes a very high interrupt load on the CPU, approx 30K/s.
21 it can make the floppy very slow or practically stop. Other Q40 OS' simply
22 poll the floppy for this reason - something that can't be done in Linux.
33 block/floppy.c # normal PC driver, DMA emu in asm/floppy.h
84 Most interfacing like floppy, IDE, serial and parallel ports is done via ISA
/linux/fs/minix/
H A DKconfig9 partition or a floppy disk) was the original file system for Linux,
13 on older Linux floppy disks. This option will enlarge your kernel
/linux/fs/affs/
H A DKconfig12 read with this driver due to an incompatibility of the floppy
13 controller used in an Amiga and the standard floppy controller in
/linux/fs/adfs/
H A DKconfig11 and from ADFS-formatted floppy discs. If you also want to be able to
28 hard drives and ADFS-formatted floppy disks. This is experimental
/linux/arch/arm/mach-rpc/
H A DKconfig21 CD-ROM interface, serial and parallel port, and the floppy drive.
/linux/fs/hfs/
H A DKconfig10 floppy disks and hard drive partitions with full read-write access.
/linux/drivers/zorro/
H A DKconfig14 floppy or kernel for an embedded system where kernel image size
/linux/drivers/block/
H A DMakefile17 obj-$(CONFIG_BLK_DEV_FD) += floppy.o
/linux/Documentation/admin-guide/nfs/
H A Dnfsroot.rst252 - Booting from a floppy using syslinux
254 When building kernels, an easy way to create a boot floppy that uses
264 access to the floppy drive device, /dev/fd0
271 a floppy using dd, configure the boot device using rdev, and
272 boot using the resulting floppy. Linux no longer supports this
/linux/Documentation/admin-guide/
H A Dinitrd.rst108 you're building an install floppy), the root file system creation
127 - a floppy disk (works everywhere but it's painfully slow)
173 For experimenting with initrd, you may want to take a rescue floppy and
279 1) system boots from floppy or other media with a minimal kernel
319 from CD, e.g. by using a boot floppy and bootstrapping a bigger RAM disk
H A Dpnp.rst61 Suppose you need to activate the floppy disk controller.
68 PC standard floppy disk controller
/linux/Documentation/filesystems/
H A Daffs.rst154 file system (for example, partition, floppy disk, ...). With the Amiga,
245 It's not possible to read floppy disks with a normal PC or workstation
246 due to an incompatibility with the Amiga floppy controller.
/linux/drivers/eisa/
H A DKconfig70 you are building an installation floppy or kernel for an
/linux/drivers/scsi/arm/
H A DKconfig27 Around 1991, Arxe Systems Limited released a high density floppy
/linux/Documentation/arch/arm/
H A Dsetup.rst89 Start address in sectors of the ramdisk image on a floppy disk.
/linux/Documentation/arch/m68k/
H A Dkernel-options.rst84 /dev/fd : -> 0x0200 (floppy disk)
94 ramdisk. For the floppy devices, /dev/fd, the number stands for the
95 floppy drive number (there are no partitions on floppy disks). I.e.,
107 to /dev/fd0D720 as an abbreviation for floppy driver #0 in DD format,
228 The only application is for root filesystems on floppy disks, that
801 Sets the df0 value for "silent" floppy drives. The value should be in
/linux/Documentation/scsi/
H A Dadvansys.rst26 - ABP5142 - Bus-Master ISA PnP with floppy (16 CDB)
40 - ABP542 - Bus-Master ISA with floppy (240 CDB)
H A Dqlogicfas.rst32 can be a simple ctrl-alt-delete with a boot floppy, or by using
/linux/drivers/parisc/
H A DKconfig39 and floppy. Note that you must still enable all the individual

12