From 68822b76246d572e5627eb34815674761fdf022d Mon Sep 17 00:00:00 2001 From: William Silva Date: Sat, 23 Nov 2024 16:55:25 -0300 Subject: [PATCH] =?UTF-8?q?Muda=20o=20banner=20quando=20=C3=A9=20efetuado?= =?UTF-8?q?=20o=20login?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/motd | 12 ++++-------- minix/kernel/main.c | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) 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");