diff --git a/etc/motd b/etc/motd index ebb0848fc..bc1ce337c 100755 --- a/etc/motd +++ b/etc/motd @@ -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 | +================================================= diff --git a/minix/kernel/main.c b/minix/kernel/main.c index a3ef81ec5..017b01574 100644 --- a/minix/kernel/main.c +++ b/minix/kernel/main.c @@ -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");