Changeset 2051 for Whitix/trunk

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

Change startup message.

Files:
1 modified

Legend:

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

    r1790 r2051  
    4141                KernelPanic("Failed to mount the device filesystem"); 
    4242 
    43         KePrint("Mounted the filesystems. Starting the shell\n"); 
     43        KePrint(KERN_INFO "Kernel initialization complete. Running 'startup'.\n"); 
    4444 
    4545        current->files[0] = FileAllocate();