summaryrefslogtreecommitdiff
path: root/kernel/kernel.c
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-24 03:32:14 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-24 03:32:14 +0200
commitfbbbc75200008e2b603e5b7df8cd2e1a5d17483b (patch)
treeeb78fa27e182fd840b02f603cef3a1df97a53249 /kernel/kernel.c
parentf5d8d7bee20742a7a101665ebca630ff8e05d77b (diff)
syscalls and terminal functionality for GAMING mode
Diffstat (limited to 'kernel/kernel.c')
-rw-r--r--kernel/kernel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/kernel.c b/kernel/kernel.c
index 6937031..d54baf6 100644
--- a/kernel/kernel.c
+++ b/kernel/kernel.c
@@ -75,6 +75,7 @@ static void init_stdio()
input.put_char=stdin_put_char;
tty1=terminal_init(&screen,&input);
+ get_fool()->tty=&tty1;
get_fool()->std_out.data=&tty1;
get_fool()->std_out.put=terminal_put;