summaryrefslogtreecommitdiff
path: root/fs/stdstreams.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/stdstreams.c')
-rw-r--r--fs/stdstreams.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/stdstreams.c b/fs/stdstreams.c
index e5a2a08..4c4d36d 100644
--- a/fs/stdstreams.c
+++ b/fs/stdstreams.c
@@ -3,7 +3,6 @@
#include "fd.h"
#include "terminal.h"
#include "screen.h"
-#include "vesa.h"
#include "kmalloc.h"
@@ -32,8 +31,8 @@ fd fd_from_fb_term()
terminal_tty *tty1=mem+sizeof(term_out);
fifo *fif=tty1+sizeof(terminal_tty);
- screen->put_char=vesa_console_put_char;
- screen->update_cursor=vesa_update_cursor;
+// screen->put_char=vesa_console_put_char;
+// screen->update_cursor=vesa_update_cursor;
*tty1=terminal_init(screen,NULL);