ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/main.cpp
(Generate patch)

Comparing BasiliskII/src/main.cpp (file contents):
Revision 1.1 by cebix, 1999-10-19T17:41:17Z vs.
Revision 1.2 by cebix, 1999-10-21T22:39:53Z

# Line 95 | Line 95 | bool InitAll(void)
95          CDROMInit();
96          SCSIInit();
97  
98 + #if SUPPORTS_EXTFS
99          // Init external file system
100          ExtFSInit();
101 + #endif
102  
103          // Init serial ports
104          SerialInit();
# Line 159 | Line 161 | void ExitAll(void)
161          // Exit network
162          EtherExit();
163  
164 + #if SUPPORTS_EXTFS
165          // Exit external file system
166          ExtFSExit();
167 + #endif
168  
169          // Exit drivers
170          SCSIExit();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines