kernel: main: Add name and IIT CWID to immediate startup message for Project 0

This commit is contained in:
Sanchayan Maity 2016-01-28 14:24:53 +05:30
parent 327ec363db
commit dda907e345

View file

@ -336,6 +336,9 @@ void kmain(kinfo_t *local_cbi)
*===========================================================================*/ *===========================================================================*/
static void announce(void) static void announce(void)
{ {
/* Display the personalised welcome banner. */
printf("\nWelcome Sanchayan Maity. IIT CWID: A20340174\n");
/* Display the MINIX startup banner. */ /* Display the MINIX startup banner. */
printf("\nMINIX %s. " printf("\nMINIX %s. "
#ifdef _VCS_REVISION #ifdef _VCS_REVISION