Changeset 535 for Whitix/branches/hybrid

Show
Ignore:
Timestamp:
05/24/08 09:53:57 (3 months ago)
Author:
mwhitworth
Message:

Update SysShutdown code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/kernel/reboot.c

    r9 r535  
    3838int SysShutdown(int type) 
    3939{ 
    40         printf("Synchronising the filesystem\n"); 
    41         SysFileSystemSync(); 
    42         printf("Rebooting\n"); 
     40        KePrint("Synchronising the filesystem\n"); 
     41//      SysFileSystemSync(); 
     42        KePrint("Rebooting\n"); 
    4343        ArchReboot(); 
    4444