chore: reorganize file directories

We have reorganized all the file directories that previously looked ugly as hell (cough cough arch/x86_64 cough)

Now it looks much cleaner

Signed-off-by: kaguya <vpshinomiya@protonmail.com>
This commit is contained in:
kaguya
2026-04-26 14:44:40 -04:00
parent d22d5ab2e4
commit 336af1c2ad
67 changed files with 96 additions and 99 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
#include <uacpi/types.h>
#include <uacpi/platform/arch_helpers.h>
#include "mm/memory.h"
#include "arch/x86_64/io.h"
#include "arch/x86_64/irq.h"
#include "arch/x86_64/pit.h"
#include "time/time.h"
#include "arch/x86_64/cpu/io.h"
#include "arch/x86_64/sys/irq.h"
#include "arch/x86_64/sys/pit.h"
#include "arch/x86_64/sys/tsc.h"
#include <stdatomic.h>
#include <stdarg.h>
#include "mm/vmm.h"