kernel: main: Add name and IIT CWID to immediate startup message for Project 0
This commit is contained in:
parent
327ec363db
commit
dda907e345
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue