From a6184be79e3918764d5e683796afbd8e8ccba018 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 18 May 2015 09:20:01 +0200 Subject: fifo through ringbuffer(stdin) and vt52(stdout) finally working! --- userspace/foolshell.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'userspace/foolshell.c') diff --git a/userspace/foolshell.c b/userspace/foolshell.c index 84d24b0..8496b05 100644 --- a/userspace/foolshell.c +++ b/userspace/foolshell.c @@ -45,14 +45,6 @@ int main(int argc, char **argv) if(!silent)hello(); char *buf=malloc(256); - // printf("malloc returned: 0x%08X\n",buf); - // - while(1) - { - fgets(buf,2,stdin); - buf[1]=0; - puts(buf); - } while(1) -- cgit v1.2.3