mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
Kernel: Port VirtualConsole to LibVT :^)
Unfortunately this drops the feature of preserving VGA buffer contents. Resolves https://github.com/SerenityOS/serenity/issues/2399
This commit is contained in:
committed by
Andreas Kling
parent
620697d924
commit
f11270e7ce
@@ -143,7 +143,7 @@ extern "C" [[noreturn]] void init()
|
||||
new SerialDevice(SERIAL_COM4_ADDR, 67);
|
||||
|
||||
VirtualConsole::initialize();
|
||||
tty0 = new VirtualConsole(0, VirtualConsole::AdoptCurrentVGABuffer);
|
||||
tty0 = new VirtualConsole(0);
|
||||
new VirtualConsole(1);
|
||||
VirtualConsole::switch_to(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user