[Solved] Is BGA GUI compatible with VBE?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

[Solved] Is BGA GUI compatible with VBE?

Post by Octacone »

Hello mighty programmers!
I want to enter BGA mode and make some GUI (need it for further feature testing). Now, could my code GUI code be executable by VBE once I make a switch to VBE?
Last edited by Octacone on Fri Aug 12, 2016 5:47 am, edited 1 time in total.
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
Octocontrabass
Member
Member
Posts: 5587
Joined: Mon Mar 25, 2013 7:01 pm

Re: Is BGA GUI compatible with VBE?

Post by Octocontrabass »

octacone wrote:could my code GUI code be executable by VBE
VBE does not execute your code. :twisted:

As long as your BGA and VBE drivers provide access to the frame buffer with a common interface, your GUI won't need to know or care which one it's using.
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

Re: Is BGA GUI compatible with VBE?

Post by Octacone »

Octocontrabass wrote:
octacone wrote:could my code GUI code be executable by VBE
VBE does not execute your code. :twisted:

As long as your BGA and VBE drivers provide access to the frame buffer with a common interface, your GUI won't need to know or care which one it's using.
Awesome, epic, perfect. Thanks!
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
Post Reply