mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Have Console::write() directly call vga_putch.
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user