Muda o banner quando é efetuado o login

This commit is contained in:
William Silva 2024-11-23 16:55:25 -03:00
parent 9aa3e1bda1
commit 68822b7624
2 changed files with 5 additions and 9 deletions

View File

@ -1,9 +1,5 @@
For post-installation usage tips such as installing binary
packages, please see:
https://wiki.minix3.org/doku.php?id=usersguide:postinstallation
For more information on how to use MINIX 3, see the wiki:
https://wiki.minix3.org
We'd like your feedback: https://minix3.org/community/
=================================================
| OBRIGADO POR ESTAR AQUI - SO - UNIFESP 2s2024 |
| Projeto 1 - Equipe X |
=================================================

View File

@ -342,7 +342,7 @@ static void print_banner(int banner_type)
printf("| Minix 3.4.0rc6 - SO - UNIFESP 2s2024 |\n");
printf("| Projeto 1 - Equipe 4 |\n");
printf("========================================\n");
} else{
} else {
printf("\n=================================================\n");
printf("| ATE A PROXIMA - SO - UNIFESP 2s2024 |\n");
printf("| Projeto 1 - Equipe 4 |\n");