Home
last modified time | relevance | path

Searched refs:CHS (Results 1 – 16 of 16) sorted by relevance

/external/syslinux/doc/
Dgpt.txt50 1 3 CHS of partition (using INT 13h geometry)
52 5 3 CHS of partition end
58 The CHS information is optional; gptmbr.bin currently does *NOT*
Dchain.txt213 BIOS, you can use this to fix all partitions' CHS numbers. Good to silence e.g.
214 FreeDOS complainig about 'logical CHS differs from physical' of sfdisk about
/external/syslinux/diag/geodsp/
Dgeodsplib.inc92 s_chs: db 'CHS'
95 s_type: db 'CHS', 0
Dgeodspms.asm150 ; CX,DH specifies CHS address
/external/e2fsprogs/lib/ext2fs/
Ddosio.c91 static void lba2chs(unsigned long lba_addr, CHS *chs, PARTITION *part) in lba2chs()
379 CHS chs; in dos_read_blk()
416 CHS chs; in dos_write_blk()
Ddosio.h35 } CHS; typedef
/external/syslinux/mbr/
Doldmbr.asm79 ; Check for CHS parameters. This doesn't work on floppy disks,
140 ; No EBIOS. Load the boot sector using CHS.
210 ; CHS information
/external/syslinux/core/
Ddiskstart.inc333 cmp eax,1023 ; Outside the CHS range?
421 cbios_name db 'CHS', 0 ; CHS/CBIOS
Dadv.inc442 ; No CHS info... this better be our boot drive, then
513 ADVCHSInfo db -1 ; We have CHS info for this drive
Disolinux.asm96 sp_chs: resb 3 ; Simulated CHS geometry
145 dsp_chs: resb 3 ; Simulated CHS geometry
Ddiskboot.inc361 cmp eax,1023 ; Outside the CHS range?
/external/gptfdisk/
DNEWS305 - Fixed bug that caused CHS end point for protective MBR to be set to
390 - Improved CHS value creation on small (<~8GB) disks for protective MBR
392 for the moment; other platforms still produce bad CHS values on sub-~8GB
563 to recompute all protective/hybrid MBR CHS values. This option is
566 0xFFFFFF CHS value is used as the end point for a protective MBR. The
667 - Fixed bug in computation of CHS geometries for protective MBR. This is
668 non-critical, since most modern utilities ignore the CHS geometries.
907 - The program now generates CHS values for hybrid and GPT-to-MBR conversion
1107 - Fixed minor bug in CHS geometry of the protective MBR's type EE partition
/external/syslinux/
DNEWS287 * chain.c32: fix booting in CHS mode.
313 * Handle fallbacks from EDD to CHS, to deal with systems which
870 * MBR (old and new): Fix bug in CHS mode when LBA >
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrFPStack.td260 defm CHS : FPUnary<fneg, 0xE0, "fchs">;
/external/syslinux/memdisk/
Dmemdisk.inc500 ; Convert a CHS address in P_CX/P_DH into an LBA in eax
/external/llvm/lib/Target/X86/
DX86InstrFPStack.td307 defm CHS : FPUnary<fneg, MRM_E0, "fchs">;