From 5f6c2bcf0d2f9c416134aba224d90a605f216818 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 28 Sep 2018 11:13:06 +0200 Subject: struggling with scheduler and userprog to view ppm files --- userspace/fsh.c | 1 + 1 file changed, 1 insertion(+) (limited to 'userspace/fsh.c') diff --git a/userspace/fsh.c b/userspace/fsh.c index 5609256..81c2bce 100644 --- a/userspace/fsh.c +++ b/userspace/fsh.c @@ -224,6 +224,7 @@ bool process(char *buf) i++; } } + else // otherwise treat command as exectutable and send to execve { int pid=_fork(); -- cgit v1.2.3