Searched refs:bootable (Results 1 – 18 of 18) sorted by relevance
/external/syslinux/com32/hdt/ |
D | hdt-dump-disks.c | 45 char bootable[6] = {0}; in show_partition_information() local 57 snprintf(bootable,sizeof(bootable),"%s","true"); in show_partition_information() 59 snprintf(bootable,sizeof(bootable),"%s","false"); in show_partition_information() 70 add_as("partition->boot_flag",bootable) in show_partition_information()
|
D | README | 7 Creating a bootable floppy 9 To build a bootable HDT floppy image, you can do a "make hdt.img" call.
|
/external/syslinux/doc/ |
D | gpt.txt | 11 Hybrid booting uses a standard MBR, and has bootable ("active") 42 The PMBR boot code loads the first sector of the bootable partition, 49 0 1 0x80 (this is a bootable partition)
|
D | syslinux.txt | 48 -m Mbr; install a bootable MBR sector to the beginning of the 50 -a Active; marks the partition used active (=bootable) 55 In order to create a bootable Linux floppy using SYSLINUX, prepare a 712 1. Make a DOS bootable disk. This can be done either by specifying 752 1. Make a DOS bootable disk. This can be done either by specifying 792 Torito-compatible bootable CD-ROMs. However, it appears that many 795 that is bootable on the largest possible number of machines:
|
D | pxelinux.txt | 165 # Group the PXE bootable hosts together 205 # Group the PXE bootable hosts together 237 # Group the PXE bootable hosts together
|
/external/gptfdisk/ |
D | basicmbr.h | 115 int bootable = 0); 117 int SetPartBootable(int num, int bootable = 1);
|
D | basicmbr.cc | 1011 void BasicMBRData::MakePart(int num, uint64_t start, uint64_t length, int type, int bootable) { in MakePart() argument 1020 SetPartBootable(num, bootable); in MakePart() 1040 int BasicMBRData::SetPartBootable(int num, int bootable) { in SetPartBootable() argument 1045 if (bootable == 0) in SetPartBootable()
|
D | NEWS | 116 - Added check for an active/bootable 0xEE protective partition to the 338 - Fixed a bug that caused an incorrect code to be set for active/bootable 593 EFI" in GPT fdisk) and "legacy BIOS bootable" attribute bits. See Table 1059 partition's status is bootable.
|
D | README | 138 the bootable flag, and so on. Although you can delete a partition (by
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | int13.h | 266 uint8_t bootable; member
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 34 http://sripathikodi.blogspot.com/2010/02/creating-kvm-bootable-fedora-system.html
|
/external/iputils/ |
D | rarpd.c | 219 int bootable(__u32 addr) in bootable() function 321 if (only_ethers || bootable(emap.ipaddr)) in rarp_lookup()
|
/external/iputils/doc/ |
D | rarpd.sgml | 35 optionally checks for presence Sun-like bootable image in TFTP directory.
|
/external/syslinux/txt/ |
D | pxelinux.txt | 232 # Group the PXE bootable hosts together 276 # Group the PXE bootable hosts together 311 # Group the PXE bootable hosts together
|
D | syslinux.txt | 141 - Make a DOS-bootable disk; The following are possible commands:
|
/external/avb/ |
D | README.md | 693 allowing all bootable slots to boot. This approach is implemented in 695 implementation. Note that this requires verifying *all* bootable slots 713 * If no valid OS (that is, no bootable A/B slot) can be found, the 756 as bootable) or it could lead to a mode where no OS can be booted 808 supports multiple bootable slots simultaneously it may make more sense
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 4218 only a single bootable partition will not get missed.
|