diff options
Diffstat (limited to 'kernel/kernel.c')
| -rw-r--r-- | kernel/kernel.c | 1 |
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; |
