Changeset 2085 for Whitix/branches/netchannel/kernel/main.c
- Timestamp:
- 05/20/10 16:05:25 (2 years ago)
- Files:
-
- 1 modified
-
Whitix/branches/netchannel/kernel/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/netchannel/kernel/main.c
r2084 r2085 47 47 extern int KeyboardInit(); 48 48 extern int ConsoleInit(); 49 extern int TimerInit(); 50 extern int EventInit(); 49 51 50 52 void KernelMain() … … 56 58 ShutdownInit(); 57 59 UserCodeInit(); 60 TimerInit(); 61 EventInit(); 58 62 59 63 /* Set up the device-related subsystems. */
