Home
last modified time | relevance | path

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

12

/external/syslinux/com32/hdt/
DREADME7 Creating a bootable floppy
9 To build a bootable HDT floppy image, you can do a "make hdt.img" call.
17 …e MODULES_ALIAS_FILE=$(PWD)/floppy/modules.alias MODULES_PCIMAP_FILE=$(PWD)/floppy/modules.pcimap …
19 ….ids, please download it from http://pciids.sourceforge.net/ and put it into the floppy/ directory.
DMakefile44 FLOPPY_DIR ?= floppy
/external/kernel-headers/original/uapi/linux/
Dfd.h27 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1) argument
34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) argument
35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \ argument
36 512 : 128 << FD_SIZECODE(floppy) )
/external/syslinux/doc/
Dmemdisk.txt35 assumed to be a floppy image and MEMDISK will try to guess its
37 standard floppy sizes as well as common extended formats:
79 floppy[=#] The image is a floppy image[**]
86 on floppy disks.
88 [**] Normally MEMDISK emulates the first floppy or hard disk. This
89 can be overridden by specifying an index, e.g. floppy=1 will
120 floppy disks. This can be controlled with the options:
135 h) Some systems without a floppy drive have been known to have
136 problems with floppy images. To avoid that those problems, first
137 of all make sure you don't have a floppy drive configured on the
[all …]
Disolinux.txt16 an "emulation disk image" with limited space (for "floppy emulation")
Dsyslinux.txt55 In order to create a bootable Linux floppy using SYSLINUX, prepare a
56 normal MS-DOS formatted floppy. Copy one or more Linux kernel files to
360 boot from; 0x00 is the primary floppy drive and 0x80 is the
801 A CD-ROM is so much faster than a floppy that the -s option shouldn't
811 procedure for installing it on a floppy, and should work under either
/external/ltp/testscripts/
Dautofs1.sh104 floppy_dev=`grep floppy /etc/fstab | awk '{print $1}'`
205 mkdir /AUTOFS/MEDIA/floppy/test
206 cp /etc/auto.master /etc/auto.media /AUTOFS/MEDIA/floppy/test
Dautofs4.sh99 floppy_dev=`grep floppy /etc/fstab | awk '{print $1}'`
194 mkdir /AUTOFS/MEDIA/floppy/test
195 cp /etc/auto.master /etc/auto.media /AUTOFS/MEDIA/floppy/test
/external/syslinux/core/
Ddiskboot.inc141 ; Now sautee the BIOS floppy info block to that it will support decent-
142 ; size transfers; the floppy block is 11 bytes and is stored in the
155 and dl,dl ; If floppy disk (00-7F), assume no
159 floppy:
225 ; floppy drives -- INT 13:08 on floppy drives will (may?) return info about
226 ; what the *drive* supports, not about the *media*. Fortunately floppy disks
328 ; waiting for the floppy disk to spin up.
Dldlinux.asm6 ; A program to boot Linux kernels off an MS-DOS formatted floppy disk. This
Ddiskstart.inc224 ; getlinsec: load a sequence of BP floppy sector given by the linear sector
290 ; waiting for the floppy disk to spin up.
Disolinux.asm827 ; waiting for the floppy disk to spin up.
/external/python/cpython2/Doc/library/
Ddircache.rst55 ['bin', 'boot', 'cdrom', 'dev', 'etc', 'floppy', 'home', 'initrd', 'lib', 'lost+
59 ['bin/', 'boot/', 'cdrom/', 'dev/', 'etc/', 'floppy/', 'home/', 'initrd/', 'lib/
/external/kmod/testsuite/rootfs-pristine/test-blacklist/etc/modprobe.d/
Dmodprobe.conf1 blacklist floppy
/external/e2fsprogs/misc/
Dmke2fs-hurd.conf21 floppy = {
Dmke2fs.conf.in27 floppy = {
/external/syslinux/txt/
Dcom-derv.txt6 *SYSLINUX* - Disk (floppy/hard disk) based
Dcom-name.txt9 (floppy/hard disk; formerly just FAT) loader. The all-lower case form
Disolinux.txt26 an "emulation disk image" with limited space (for "floppy emulation")
/external/e2fsprogs/tests/
Dmke2fs.conf.in30 floppy = {
/external/fmtlib/doc/bootstrap/
Dglyphicons.less208 .glyphicon-floppy-disk { &:before { content: "\e172"; } }
209 .glyphicon-floppy-saved { &:before { content: "\e173"; } }
210 .glyphicon-floppy-remove { &:before { content: "\e174"; } }
211 .glyphicon-floppy-save { &:before { content: "\e175"; } }
212 .glyphicon-floppy-open { &:before { content: "\e176"; } }
/external/autotest/client/site_tests/security_AccountsBaseline/
Dbaseline.group11 floppy:!:11:root
/external/syslinux/gpxe/src/arch/i386/
DREADME.i38639 Etherboot can be invoked in a variety of ways (ROM, floppy, as a PXE
118 Load the complete image into memory. (For example, the floppy
120 from the floppy disk into RAM, and the ISA ROM prefix copies the ROM
/external/syslinux/
DNEWS449 * MEMDISK: Fix floppy images of PC-DOS.
561 for a large floppy disk image if (and only if) it is
637 the BIOS and about being the only floppy.
684 floppy disk. The geometry-guessing code will recognize all
889 * MEMDISK: Disable EDD by default on floppy disks. EDD can be
904 work when there was no floppy drive in the system.
955 * MEMDISK: Fix bug by which accessing the real floppy disk
963 physical floppy disk is present in the system.
1195 * SYSLINUX: Fix loading boot sectors (.bs/.bss) from floppy
1206 chainload local floppy disks and hard disks. Use with
[all …]
/external/syslinux/memdisk/
Dmemdisk.inc276 ; Some BIOSes get very unhappy if we pass a reset floppy
279 ; Therefore, if we are the *ONLY* floppy drive, and the
310 mov bl,02h ; Type 02h = floppy with changeline
311 jz .floppy
320 .floppy:
321 mov P_AH,bl ; 02h floppy, 03h hard disk

12