Changeset 649 for GPL/branches/uniaud32-next/drv32/init.c
- Timestamp:
- Jan 23, 2021, 9:53:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/drv32/init.c
r615 r649 38 38 #include <dbgos2.h> 39 39 #include <irqos2.h> 40 #include <osspci.h> 40 41 //#include <bsedos16.h> 41 42 #ifdef KEE … … 206 207 #endif 207 208 //_asm int 3; 209 210 DebugLevel = 1; 211 rp->init_out.usCodeEnd = 0; 212 rp->init_out.usDataEnd = 0; 213 208 214 if(LockSegments()) 209 215 { … … 213 219 } 214 220 215 DebugLevel = 1; 216 rp->init_out.usCodeEnd = 0; 217 rp->init_out.usDataEnd = 0; 221 RMCreateDriverU32(); // register driver in Resource Manager 218 222 219 223 if ( szprintBuf == 0 ) … … 325 329 return RPDONE; 326 330 } 327
Note:
See TracChangeset
for help on using the changeset viewer.