GlobalTtyManager

This commit is contained in:
2023-11-26 22:11:29 +01:00
parent 84ae1aa6e5
commit 4749bb5c09
19 changed files with 172 additions and 119 deletions

View File

@@ -6,6 +6,7 @@
#include "LockGuard.hpp"
#include "SkipList.hpp"
#include "Spinlock.hpp"
#include "TtyManager.hpp"
#include "VMA.hpp"
#include "asserts.hpp"
#include "gdt.hpp"
@@ -16,7 +17,6 @@
#include "paging.hpp"
#include "string.h"
#include "timer.hpp"
#include "tty.hpp"
char temp_fxsave[512] __attribute__((aligned(16)));