Changeset 129
- Timestamp:
 - Apr 8, 2017, 12:27:28 AM (9 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 3 edited
 
- 
          
  bootcode/regular/conv.asm (modified) (2 diffs)
 - 
          
  include/version.h (modified) (1 diff)
 - 
          
  include/version.inc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/bootcode/regular/conv.asm
r87 r129 142 142 ; ZF=1 if upper 32-bits are zero (LBA32) 143 143 ; Destroyed: none 144 IF 0 144 145 CONV_CHS2LBA Proc Near 145 146 local req_cyl:dword … … 203 204 ret 204 205 CONV_CHS2LBA EndP 205 206 ELSE 207 CONV_CHS2LBA Proc Near 208 ret 209 CONV_CHS2LBA EndP 210 ENDIF 206 211 207 212 CONV_LBA2CYLS Proc Near  - 
      
trunk/include/version.h
r124 r129 32 32 #define BLDLVL_YEAR "2017" 33 33 #define BLDLVL_MONTH "03" 34 #define BLDLVL_DAY " 28"34 #define BLDLVL_DAY "31" 35 35 // Build time 36 36 //~ #define BLDLVL_HOURS "01"  - 
      
trunk/include/version.inc
r124 r129 70 70 AB_YEAR EQU 2017h 71 71 AB_MONTH EQU 03h 72 AB_DAY EQU 28h72 AB_DAY EQU 31h 73 73 74 74 ; The Hours, Minutes and Seconds, again in BCD for easy manipulation.  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  