Changeset 176
- Timestamp:
- Apr 8, 2017, 2:58:41 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.asm
r175 r176 1950 1950 1951 1951 CFG_PartLast db 0 ; Which Partition was booted last time ? (Base=0) 1952 CFG_TimedBoot db 0; Timed Boot Enable (for REAL Enable look TimedBootEnable)1952 CFG_TimedBoot db 1 ; Timed Boot Enable (for REAL Enable look TimedBootEnable) 1953 1953 CFG_TimedSecs db 15 ; Timed Boot - How Many Seconds Till Boot 1954 1954 CFG_TimedDelay dw 123 ; Timed Boot - Delay -
trunk/bootcode/airboot.md5
r175 r176 1 8cf5e60c163921dd44a401115ca72682airboot.bin1 966d84e065c842c29fcf8c77b28f1428 *airboot.bin -
trunk/include/version.h
r162 r176 32 32 #define BLDLVL_YEAR "2017" 33 33 #define BLDLVL_MONTH "04" 34 #define BLDLVL_DAY "0 7"34 #define BLDLVL_DAY "08" 35 35 // Build time 36 36 //~ #define BLDLVL_HOURS "01" -
trunk/include/version.inc
r174 r176 70 70 AB_YEAR EQU 2017h 71 71 AB_MONTH EQU 04h 72 AB_DAY EQU 0 7h72 AB_DAY EQU 08h 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.