tty: implement read/write support

This commit is contained in:
2023-06-11 09:23:57 +01:00
parent 557e1dda30
commit abe4af093e
9 changed files with 124 additions and 14 deletions

View File

@@ -154,7 +154,7 @@ int ml_init(uintptr_t arg)
acpi_init();
#endif
tty_init();
tty_bootstrap();
ml_int_enable();