Changeset 142 for trunk/bootcode/airboot.asm
- Timestamp:
- Apr 8, 2017, 12:27:38 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.asm
r141 r142 1005 1005 xor ax, ax 1006 1006 call FillMemBlock 1007 1008 ; Initialize the com-port for debugging 1009 IFDEF AUX_DEBUG 1010 PUSHRF 1011 ; Init com-port 1012 call AuxIO_Init 1013 ; Hello message 1014 mov si, offset [AuxIOHello] 1015 call AuxIO_Print 1016 ; Show Build Info 1017 call AuxIO_PrintBuildInfo 1018 call AuxIO_TeletypeNL 1019 POPRF 1020 ENDIF 1021 1022 ; Dump debug information 1023 IFDEF AUX_DEBUG 1024 IF 1 1025 call DEBUG_Dump1 1026 ENDIF 1027 ENDIF 1007 1028 1008 1029 ; Verify we still got the BIOS disk in DL
Note:
See TracChangeset
for help on using the changeset viewer.