From aa4b4c6c1918a51318709761873d1c5e248a831d Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 7 Sep 2018 03:01:28 +0200 Subject: apic timer smp --- userspace/foolshell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace') diff --git a/userspace/foolshell.c b/userspace/foolshell.c index 86c083c..09d6d32 100644 --- a/userspace/foolshell.c +++ b/userspace/foolshell.c @@ -96,7 +96,7 @@ int main(int argc, char **argv) //fgets(buf,255,stdin); //buf[strlen(buf)-1]=0; // remove \n - printf("[%s]",buf); + //printf("[%s]",buf); process(buf); } -- cgit v1.2.3