KERNEL: Cleanup

Removing quite a few unnecessary parts.
This commit is contained in:
2022-09-01 17:02:04 +02:00
parent a70ae5ca31
commit 9893a0bd17
15 changed files with 26 additions and 274 deletions

View File

@ -1,7 +1,7 @@
#pragma once
#include "stdint.h"
#include "stddef.h"
#include <stdint.h>
#include <stddef.h>
#include "../../Drivers/VGA/colors.h"
#include "../../Drivers/PIC/pic.h"