Merge VGA into VirtualConsole.

This commit is contained in:
Andreas Kling 2018-11-10 16:25:59 +01:00
commit 2ac5e14c08
Notes: sideshowbarker 2024-07-19 16:11:29 +09:00
13 changed files with 34 additions and 123 deletions

View file

@ -1,5 +1,4 @@
#include "types.h"
#include "VGA.h"
#include "kmalloc.h"
#include "i386.h"
#include "i8253.h"
@ -267,7 +266,6 @@ void init()
#endif
kmalloc_init();
vga_init();
auto console = make<Console>();