Changeset 423 in xtideuniversalbios
- Timestamp:
- May 16, 2012, 4:21:25 PM (13 years ago)
- google:author:
- aitotat
- Location:
- trunk/XTIDE_Universal_BIOS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/Version.inc
r378 r423 42 42 43 43 %define TITLE_STRING TITLE_STRING_START, TITLE_STRING_END 44 %define ROM_VERSION_STRING "v2.0.0",BETA," 1(",__DATE__,")",NULL45 %define FLASH_SIGNATURE "XTIDE20 0" ; Do not terminate with NULL44 %define ROM_VERSION_STRING "v2.0.0",BETA,"2 (",__DATE__,")",NULL 45 %define FLASH_SIGNATURE "XTIDE201" ; Do not terminate with NULL 46 46 47 47 -
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/AtaGeometry.asm
r422 r423 33 33 ; ES:SI: Ptr to 512-byte ATA information read from the drive 34 34 ; Returns: 35 ; BX:DX:AX: 48-bit secto r count35 ; BX:DX:AX: 48-bit sectohr count 36 36 ; CL: FLGL_DPT_LBA48 if LBA48 supported 37 37 ; Zero if only LBA28 is supported
Note:
See TracChangeset
for help on using the changeset viewer.