Changeset 2051
- Timestamp:
- 05/26/09 13:28:13 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/kernel/startup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/kernel/startup.c
r1790 r2051 41 41 KernelPanic("Failed to mount the device filesystem"); 42 42 43 KePrint( "Mounted the filesystems. Starting the shell\n");43 KePrint(KERN_INFO "Kernel initialization complete. Running 'startup'.\n"); 44 44 45 45 current->files[0] = FileAllocate();
