Skip to content

Commit deeb04b

Browse files
committed
Remove SVGAII console for now
1 parent fd9c6ac commit deeb04b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Aura Operating System/Aura_OS/Properties/VersionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ namespace Aura_OS
22
{
33
public class VersionInfo
44
{
5-
public static string revision = "261220211105";
5+
public static string revision = "261220211114";
66
}
77
}

Aura Operating System/Aura_Plugs/HAL/Global.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ static public void Init(TextScreenBase textScreen, bool InitScrollWheel, bool In
2828

2929
//Check if VMWare SVGAII graphic card exists without VBE enabled from multiboot
3030
//This is useful to detect if VBE graphic mode is enabled from the bootloader.
31-
if (_SVGAIIDevice != null && PCI.Exists(_SVGAIIDevice) && VBE.IsAvailable() == false)
31+
/*if (_SVGAIIDevice != null && PCI.Exists(_SVGAIIDevice) && VBE.IsAvailable() == false)
3232
{
3333
Kernel.AConsole = new Aura_OS.System.AConsole.GraphicalConsole();
34-
}
35-
else if (VBEAvailable())
34+
}*/
35+
if (VBEAvailable())
3636
{
3737
Kernel.AConsole = new Aura_OS.System.AConsole.GraphicalConsole();
3838
}
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)