Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/CosmosOS/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fanoI committed Dec 26, 2015
2 parents 760bdec + c9f5c23 commit 742242e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Cosmos.HAL/Drivers/VBEDriver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public void vbe_set(ushort xres, ushort yres, ushort bpp)
vbe_write(0x2, yres);
//SetDisplay bpp
vbe_write(0x3, bpp);
//Enable Display
vbe_write(0x4, (ushort)(0x01 | 0x00));
//Enable Display and LFB
vbe_write(0x4, (ushort)(0x01 | 0x40));
}

public void set_vram(uint index, byte value)
Expand Down

0 comments on commit 742242e

Please sign in to comment.