From 2e8d1bc3b6aa0671995860ca8a09c97523f3538d Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 11 Oct 2018 19:48:02 +0200 Subject: ported ncurses almost ! ncurses-examples work almost fine now!!! --- userspace/sysc.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 userspace/sysc.c (limited to 'userspace/sysc.c') diff --git a/userspace/sysc.c b/userspace/sysc.c new file mode 100644 index 0000000..f5a6719 --- /dev/null +++ b/userspace/sysc.c @@ -0,0 +1,4 @@ +int main() +{ + write(1,"dupa\n",5); +} -- cgit v1.2.3