Changeset 535
- Timestamp:
- 05/24/08 09:53:57 (6 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/hybrid/kernel/reboot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/kernel/reboot.c
r9 r535 38 38 int SysShutdown(int type) 39 39 { 40 printf("Synchronising the filesystem\n");41 SysFileSystemSync();42 printf("Rebooting\n");40 KePrint("Synchronising the filesystem\n"); 41 // SysFileSystemSync(); 42 KePrint("Rebooting\n"); 43 43 ArchReboot(); 44 44