From d2aebee488b71e6f28b8728e7473b63f412ca897 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Thu, 11 Jul 2013 22:38:20 +0200 Subject: Added direct acces to video memory from userland. Next : same for keyboard ; move VT handling to userland. Consequence : a foreground app has total control over I/O. Next : implement sockets & a userland console multiplexer. --- src/include/tce/syscalls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/tce/syscalls.h') diff --git a/src/include/tce/syscalls.h b/src/include/tce/syscalls.h index f32c225..983e89d 100644 --- a/src/include/tce/syscalls.h +++ b/src/include/tce/syscalls.h @@ -28,6 +28,7 @@ #define SC_READ 26 #define SC_WRITE 27 #define SC_LINK 28 +#define SC_DEVCONTROL 29 #define EX_PAGEFAULT 4000 #define EX_EXCEPTION 4001 -- cgit v1.2.3