Kernel: Add bareboness possibility to set termios

This commit is contained in:
2023-05-16 19:22:10 +03:00
parent 496adb61a4
commit 9e0abbc2f0
8 changed files with 198 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ set(LIBC_SOURCES
stdio.cpp
stdlib.cpp
string.cpp
termios.cpp
unistd.cpp
math.S
)