diff options
author | dzwdz | 2022-04-07 23:13:00 +0200 |
---|---|---|
committer | dzwdz | 2022-04-07 23:13:00 +0200 |
commit | 6152d11ae205d4b4a9f03574cfcb0c24cb54b4b5 (patch) | |
tree | ed8ddd0e03f6a730e396cb2877517d05d3954fd7 /src/init/stdlib.h | |
parent | ab74da4bfff9d37b7b5f5f98bda7edfc2ebc3ea6 (diff) |
init: two concurrent shells - serial & vga/ps2
Diffstat (limited to 'src/init/stdlib.h')
-rw-r--r-- | src/init/stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init/stdlib.h b/src/init/stdlib.h index 17ec0b9..1d7efdf 100644 --- a/src/init/stdlib.h +++ b/src/init/stdlib.h @@ -2,6 +2,6 @@ #include <shared/mem.h> #include <stddef.h> -extern int __tty_fd; +extern int __stdin, __stdout; int printf(const char *fmt, ...); |