summaryrefslogtreecommitdiff
path: root/userspace
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-07 03:01:28 +0200
committerMiguel <m.i@gmx.at>2018-09-07 03:01:28 +0200
commitaa4b4c6c1918a51318709761873d1c5e248a831d (patch)
treebdcfe7be159cc778d113538722e119a665a47738 /userspace
parentef4943053475cd8bf341c42dd0b538bc630b92a3 (diff)
apic timer smp
Diffstat (limited to 'userspace')
-rw-r--r--userspace/foolshell.c2
1 files changed, 1 insertions, 1 deletions
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);
}