X-Git-Url: https://robinkrens.nl/gitweb/?p=cortex-from-scratch;a=blobdiff_plain;f=term.c;h=7ce25ce6fc8e326704d61f52066abdcafcb72331;hp=9be55e496153c264d4eeb1602dcca4c9cf5881b6;hb=ab9b08cfd0df1ea1f596a01d45e98be854e58579;hpb=dcb2e2b5744f20cbfc979e1f6291ae9937a8affd diff --git a/term.c b/term.c index 9be55e4..7ce25ce 100644 --- a/term.c +++ b/term.c @@ -139,7 +139,7 @@ void terminal() { char *buf; - cputs("WELCOME TO ROBSYS!\n"); + //cputs("WELCOME TO ROBSYS!\n"); while (1) { buf = readline("root# ");