/external/syslinux/bios/com32/modules/ |
disk.c32 | |
/external/syslinux/efi32/com32/modules/ |
disk.c32 | |
/external/syslinux/com32/gpllib/disk/ |
geom.c | 81 com32sys_t getebios, ebios; local 84 memset(&ebios, 0, sizeof ebios); 91 __intcall(0x13, &getebios, &ebios); 93 if (!(ebios.eflags.l & EFLAGS_CF) && ebios.ebx.w[0] == 0xaa55) { 94 drive_info->ebios = 1; 95 drive_info->edd_version = ebios.eax.b[1]; 96 drive_info->edd_functionality_subset = ebios.ecx.w[0]; 274 if (drive_info->ebios && drive_info->cbios [all...] |
read.c | 97 if (drive_info->ebios) {
|
write.c | 54 if (drive_info->ebios) {
|
/external/syslinux/core/fs/ |
diskio_bios.c | 235 * using EBIOS. Doesn't happen when using CBIOS, which is 301 bool ebios; local 314 ebios = true; 318 ebios = false; 338 /* Get EBIOS support */ 348 ebios = true; 351 /* Query EBIOS parameters */ 382 disk.rdwr_sectors = ebios ? edd_rdwr_sectors : chs_rdwr_sectors; 390 devno, cdrom, ebios, sector_size, disk.sector_shift,
|
/external/syslinux/mbr/ |
oldmbr.asm | 31 ; Simple Master Boot Record, including support for EBIOS extensions. 34 ; loading the boot sector of the active partition. The EBIOS support 113 ; Check to see if we support EBIOS. 128 ; We have EBIOS. Load the boot sector using LBA. 140 ; No EBIOS. Load the boot sector using CHS. 200 ; EBIOS disk address packet
|
isohdpfx.S | 152 /* Check to see if we have EBIOS */ 166 /* We have EBIOS; patch in the following code at 173 pushw %cx /* EBIOS flag */ 179 popw %bx /* EBIOS flag */ 186 pushw %bx /* -20: EBIOS flag */ 246 /* This chunk is skipped if we have ebios */
|
gptmbr.S | 87 /* Check to see if we have EBIOS */ 103 /* We have EBIOS; patch in the following code at 120 /* here we computer CHS values or just do some dummy computation for EBIOS */ 270 /* This chunk is skipped if we have ebios */
|
altmbr.S | 75 /* Check to see if we have EBIOS */ 89 /* We have EBIOS; patch in the following code at 135 /* This chunk is skipped if we have ebios */
|
mbr.S | 75 /* Check to see if we have EBIOS */ 89 /* We have EBIOS; patch in the following code at 135 /* This chunk is skipped if we have ebios */
|
/external/syslinux/com32/modules/ |
disk.c | 49 printf(" EDD: ebios=%d, EDD version: %X\n", 50 d->ebios, d->edd_version);
|
/external/syslinux/diag/geodsp/ |
geodsp1s.asm | 118 ; Do we have EBIOS (EDD)? 162 ; getonesec implementation for EBIOS (EDD) 185 ; using EBIOS. Doesn't happen when using CBIOS, which is
|
geodspms.asm | 108 ; Do we have EBIOS (EDD)?
|
/external/syslinux/com32/lib/syslinux/ |
disk.c | 68 * Query disk parameters and EBIOS availability for a particular disk. 84 /* Get EBIOS support */ 95 diskinfo->ebios = 1; 102 /* Get extended disk parameters if ebios == 1 */ 103 if (diskinfo->ebios) { 137 rv = diskinfo->ebios ? 0 : -1; 162 * Fill inreg based on EBIOS addressing properties. 271 if (diskinfo->ebios) 317 if (diskinfo->ebios)
|
/external/syslinux/efi/ |
diskio.c | 87 media_id, cdrom, ebios, sector_size, disk.sector_shift,
|
/external/syslinux/com32/include/syslinux/ |
disk.h | 53 int ebios; /* EBIOS supported on this disk */ member in struct:disk_info
|
/external/syslinux/com32/gplinclude/disk/ |
geom.h | 200 int ebios; /* EBIOS supported on this disk */ member in struct:driveinfo 201 int edd_version; /* EBIOS major version */
|
/external/syslinux/core/ |
diskboot.inc | 248 ; Do we have EBIOS (EDD)? 268 ; together with EBIOS support, unfortunately. 304 ; getonesec implementation for EBIOS (EDD) 326 ; using EBIOS. Doesn't happen when using CBIOS, which is
|
diskstart.inc | 132 ; Tell the user if we're using EBIOS or CBIOS 245 ; getlinsec implementation for EBIOS (EDD) 288 ; using EBIOS. Doesn't happen when using CBIOS, which is 422 ebios_name db 'EDD', 0 ; EDD/EBIOS
|
isolinux.asm | 100 ; EBIOS drive parameter packet 123 ; EBIOS disk address packet 195 ; - EBIOS flag 206 pop cx ; EBIOS flag 754 ; Get linear sectors - EBIOS LBA addressing, 2048-byte sectors. 775 ; getlinsec implementation for floppy/HDD EBIOS (EDD) 825 ; using EBIOS. Doesn't happen when using CBIOS, which is
|
adv.inc | 363 mov si,.ebios 383 .ebios:
|
/external/syslinux/doc/ |
memdisk.txt | 119 e) MEMDISK by default supports EDD/EBIOS on hard disks, but not on 122 edd Enable EDD/EBIOS 123 noedd Disable EDD/EBIOS
|
/external/syslinux/ |
NEWS | [all...] |
/external/syslinux/bios/com32/elflink/ldlinux/ |
ldlinux.elf | |