Show
Ignore:
Timestamp:
05/20/10 16:05:25 (2 years ago)
Author:
mwhitworth
Message:

Add to TCP/IP stack.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/netchannel/kernel/main.c

    r2084 r2085  
    4747extern int KeyboardInit(); 
    4848extern int ConsoleInit(); 
     49extern int TimerInit(); 
     50extern int EventInit(); 
    4951 
    5052void KernelMain() 
     
    5658        ShutdownInit(); 
    5759        UserCodeInit(); 
     60        TimerInit(); 
     61        EventInit(); 
    5862         
    5963        /* Set up the device-related subsystems. */