Show
Ignore:
Timestamp:
05/26/09 13:35:00 (3 years ago)
Author:
mwhitworth
Message:

Call SaveInit in KernelMain.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/kernel/main.c

    r1978 r2054  
    4343extern int DevFsInit(); 
    4444extern int DeviceInit(); 
     45extern int SlabInfoInit(); 
    4546 
    4647void KernelMain() 
     
    7576 
    7677        GcInit(); 
     78        SaveInit(); 
    7779 
    7880        StartInit();