Changeset 53
- Timestamp:
- Apr 13, 2014, 5:13:52 PM (11 years ago)
- Location:
- trunk/BOOTCODE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/REGULAR/PARTMAIN.ASM
r52 r53 2039 2039 2040 2040 ; BOOKMARK: Update the CRC of the Partition Boot Record. 2041 ; FIXME: Update CRC on PBR2042 ;~ mov bx, offset [PBRSector]2043 ;~ call PART_UpdateBootRecordCRC2041 mov bx, offset [PBRSector] 2042 call PART_UpdateBootRecordCRC 2043 call DriveIO_SaveConfiguration 2044 2044 2045 2045 -
trunk/BOOTCODE/VERSION.INC
r52 r53 36 36 ; The Year, Month and Day in BCD so we can easily extract nibbles. 37 37 AB_YEAR EQU 2013h 38 AB_MONTH EQU 0 2h39 AB_DAY EQU 24h38 AB_MONTH EQU 04h 39 AB_DAY EQU 03h 40 40 41 41 ; The Hours, Minutes and Seconds, again in BCD for easy manipulation. 42 AB_HOURS EQU 21h43 AB_MINUTES EQU 1 6h42 AB_HOURS EQU 16h 43 AB_MINUTES EQU 10h 44 44 AB_SECONDS EQU 00h 45 45
Note:
See TracChangeset
for help on using the changeset viewer.