Changeset 84 for GPL/trunk/drv32/init.c
- Timestamp:
- Oct 23, 2006, 11:07:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/drv32/init.c
r63 r84 283 283 WriteString(szEOL, sizeof(szEOL)-1); 284 284 } 285 285 #ifdef DEBUG 286 dprintf(("DiscardableInit. cp1")); 287 #endif 286 288 // Complete the installation 287 289 rp->Out.FinalCS = _OffsetFinalCS16; 288 290 rp->Out.FinalDS = _OffsetFinalDS16; 291 #ifdef DEBUG 292 dprintf(("DiscardableInit. cp2")); 293 #endif 289 294 290 295 // SaveBuffer();
Note:
See TracChangeset
for help on using the changeset viewer.