From 800b1a878ec34a8ff30ed093e20561182fa6ae36 Mon Sep 17 00:00:00 2001 From: Miguel Date: Wed, 12 Sep 2018 02:49:47 +0200 Subject: vmem_add_generic rework delete old shit --- userspace/init.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'userspace') diff --git a/userspace/init.c b/userspace/init.c index 163c9fd..bd72ecf 100644 --- a/userspace/init.c +++ b/userspace/init.c @@ -13,8 +13,6 @@ int main(int argc, char **argv) printf("Current time: %s", ctime(<ime)); printf("fool-init: spawning a Fool's Shell\n"); - - while(1); // loop forever and spawn shells if the top-shell exits while(1) { -- cgit v1.2.3