mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
tty: Fix kcon & tty implementation; Add stub ptmx
This commit is contained in:
2
kernel.h
2
kernel.h
@ -22,7 +22,6 @@
|
||||
|
||||
#include <boot/binfo.h>
|
||||
#ifdef __cplusplus
|
||||
#include <filesystem/mounts.hpp>
|
||||
#include <filesystem.hpp>
|
||||
#include <display.hpp>
|
||||
#include <symbols.hpp>
|
||||
@ -34,6 +33,7 @@
|
||||
#include <time.hpp>
|
||||
#include <disk.hpp>
|
||||
#include <kcon.hpp>
|
||||
#include <tty.hpp>
|
||||
#include <pci.hpp>
|
||||
#include <smp.hpp>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user