mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 17:28:10 +00:00
Have Console::write() directly call vga_putch.
This commit is contained in:
parent
a70bfb87d5
commit
fc88368582
5 changed files with 18 additions and 23 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <ELFLoader/ELFLoader.h>
|
||||
#include "Console.h"
|
||||
|
||||
//#define TEST_VFS
|
||||
//#define TEST_ELF_LOADER
|
||||
//#define TEST_CRASHY_USER_PROCESSES
|
||||
|
||||
|
@ -163,7 +164,7 @@ void init()
|
|||
|
||||
Disk::initialize();
|
||||
|
||||
#if CHECK_VFS
|
||||
#ifdef TEST_VFS
|
||||
auto vfs = make<VirtualFileSystem>();
|
||||
|
||||
auto dev_zero = make<ZeroDevice>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue