完成了tty设备在devfs中的注册

This commit is contained in:
liric
2022-09-15 23:09:15 +08:00
parent 518ce3818c
commit fcdd6f5fa9
8 changed files with 110 additions and 2 deletions

3
kernel/driver/tty/tty.h Normal file
View File

@ -0,0 +1,3 @@
#pragma once
void tty_init();