Skip to content

Commit

Permalink
Fix VBE check
Browse files Browse the repository at this point in the history
  • Loading branch information
terminal-cs committed Apr 24, 2023
1 parent 4d276de commit b5fd78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Cosmos.Core/Multiboot/Multiboot2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public unsafe class Multiboot2
public static MemoryMap* MemoryMap { get; set; }
public static EFI64* EFI64 { get; set; }

public static bool IsVBEAvailable => Framebuffer != null;
public static bool IsVBEAvailable => Framebuffer->Address != 0;

#endregion

Expand Down

0 comments on commit b5fd78b

Please sign in to comment.