Changeset 162
- Timestamp:
- Apr 8, 2017, 12:28:02 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.asm
r145 r162 1477 1477 ; Select default partition and boot system... 1478 1478 call PASSWORD_AskSystemPwd 1479 1480 ;call VideoIO_DBG_WriteString21481 1479 1482 1480 mov al, Menu_EntryDefault -
trunk/bootcode/regular/bootmenu.asm
r155 r162 288 288 mov al, TextChar_WinRep5 289 289 call VideoIO_PrintSingleChar 290 290 291 ; HelpWindow done... 291 292 293 ; Rousseau: Debug Stuff, put here after building Main Menu294 ;call VideoIO_DBG_WriteString295 ;call VideoIO_DBG_WriteString2296 292 297 293 ret … … 1057 1053 1058 1054 BME_MainLoop: 1059 1060 ;call VideoIO_DBG_WriteString2 ; Rousseau1061 1055 1062 1056 test byte ptr [TimedBootEnable], 1 -
trunk/bootcode/regular/videoio.asm
r117 r162 757 757 VideoIO_PrintBuildInfo EndP 758 758 759 ;VideoIO_DBG_WriteString Proc Near Uses ax bx cx dx si es di760 ; mov ch, [CFG_Partitions] ; y761 ; add ch, 7762 ; add ch, [CFG_IncludeFloppy]763 ; push cx764 ; mov cl, 1 ; x765 ; call VideoIO_Locate766 ; mov ch, 15 ; fgc767 ; mov cl, 0 ; bgc768 ; call VideoIO_Color769 ; mov si, offset ShowBootLog770 ; call VideoIO_Print771 ; pop cx772 ; inc ch773 759 774 760 ; ;mov ch, 21 ; y -
trunk/bootcode/setup/main.asm
r96 r162 79 79 ; Setup PartitionPointers-Table...again (needed when re-entering setup) 80 80 ;call PART_CalculateStraightPartPointers 81 ;call VideoIO_DBG_WriteString82 81 ; Rousseau: end added 83 84 85 82 86 83 test byte ptr [CFG_AutoEnterSetup], 1 -
trunk/include/version.h
r160 r162 32 32 #define BLDLVL_YEAR "2017" 33 33 #define BLDLVL_MONTH "04" 34 #define BLDLVL_DAY "0 6"34 #define BLDLVL_DAY "07" 35 35 // Build time 36 36 //~ #define BLDLVL_HOURS "01" -
trunk/include/version.inc
r160 r162 70 70 AB_YEAR EQU 2017h 71 71 AB_MONTH EQU 04h 72 AB_DAY EQU 0 6h72 AB_DAY EQU 07h 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.