From c298ca7e6beaad0bcc32af6d4cf50d41b79f13b7 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 21 Sep 2018 12:56:51 +0200 Subject: fix framebufffer/ textmode and clean userspace a little bit more --- userspace/newcalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace/newcalls.h') diff --git a/userspace/newcalls.h b/userspace/newcalls.h index 4568711..20d8ffd 100644 --- a/userspace/newcalls.h +++ b/userspace/newcalls.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////// -// this syscall will be moved to newlib later! +// this syscall will be moved to newlib later! TODO! #define SYSCALL_CLONE 83 #define SYSCALL_PIPE 84 #define SYSCALL_DUP2 86 -- cgit v1.2.3