Add the basic character devices to kernel.

This commit is contained in:
Andreas Kling 2018-10-16 14:33:16 +02:00
commit aec8ab0a60
Notes: sideshowbarker 2024-07-19 18:47:17 +09:00
13 changed files with 52 additions and 58 deletions

3
Kernel/kstdio.h Normal file
View file

@ -0,0 +1,3 @@
#pragma once
#include "VGA.h"