Changeset 117 for trunk/bootcode/setup/part_set.asm
- Timestamp:
- Apr 8, 2017, 12:27:15 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/setup/part_set.asm
r76 r117 973 973 974 974 IFDEF AUX_DEBUG 975 ;~ pusha 976 ;~ mov al,dl ; Partition the hiding is set for. 977 ;~ call AuxIO_TeletypeHexByte 978 ;~ call AuxIO_TeletypeNL 979 ;~ popa 975 IF 0 976 pushf 977 pusha 978 mov al,dl ; Partition the hiding is set for. 979 call AuxIO_TeletypeHexByte 980 call AuxIO_TeletypeNL 981 popa 982 popf 983 ENDIF 980 984 ENDIF 981 985 … … 997 1001 998 1002 IFDEF AUX_DEBUG 999 ;~ pusha 1000 ;~ mov al,dl ; Index of partition to set Special Marker on. 1001 ;~ call AuxIO_TeletypeHexByte 1002 ;~ call AuxIO_TeletypeNL 1003 ;~ popa 1003 IF 0 1004 pushf 1005 pusha 1006 mov al,dl ; Index of partition to set Special Marker on. 1007 call AuxIO_TeletypeHexByte 1008 call AuxIO_TeletypeNL 1009 popa 1010 popf 1011 ENDIF 1004 1012 ENDIF 1005 1013
Note:
See TracChangeset
for help on using the changeset viewer.