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
1 changed files with 3 additions and 0 deletions

View File

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