Displaying 2 results from an estimated 2 matches for "ylinder".
Did you mean:
cylinder
2009 Mar 30
0
[PATCH 0/1] Add Diagnostic MBR for trouble-shooting
...ot will force CHS mode even if LBA is
detected.
Detailed information on reported data and usage is in the header commentary
of mbr/mbr-diag.S; here is an example:
DIAG L D80h C3FFh H10h S3Fh P1 O00000020 MAA55h E00h
which means:
[L]BA addressing mode (alternative is [C]HS),
[D]isk 0x80,
[C]ylinders 0x3FF,
[H]eads 0x10,
[S]ectors 0x3F,
[P]artition active 1,
[O]ffset to boot-sector 0x00000020,
[M]agic bytes (of boot-sector) 0xAA55,
[E]rror code (from AH=0x42/0x02, int 0x13) 0x00
TJ (1):
Add Diagnostic MBR for trouble-shooting
mbr/Makefile | 6 +-
mbr/mbr-diag.S | 371 ++...
2009 Mar 30
0
[PATCH 0/1] v3: Add Diagnostic MBR for trouble-shooting
...disk regardless of the BIOS drive-number in DL.
Detailed information on reported data and usage is in the header
commentary
of mbr/mbr-diag.S; here is an example:
DIAG L D80h C3FFh H10h S3Fh P1 O00000020 MAA55h E00h
which means:
[L]BA addressing mode (alternative is [C]HS),
[D]isk 0x80,
[C]ylinders 0x3FF,
[H]eads 0x10,
[S]ectors 0x3F,
[P]artition active 1,
[O]ffset to boot-sector 0x00000020,
[M]agic bytes (of boot-sector) 0xAA55,
[E]rror code (from AH=0x42/0x02, int 0x13) 0x00
TJ (1):
Add Diagnostic MBR for trouble-shooting BIOS boot-order problems.
mbr/Makefile | 6 +-...