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?
[Solved] Is BGA GUI compatible with VBE?
[Solved] Is BGA GUI compatible with 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
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
-
- Member
- Posts: 5587
- Joined: Mon Mar 25, 2013 7:01 pm
Re: Is BGA GUI compatible with VBE?
VBE does not execute your code.octacone wrote:could my code GUI code be executable by VBE
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.
Re: Is BGA GUI compatible with VBE?
Awesome, epic, perfect. Thanks!Octocontrabass wrote:VBE does not execute your code.octacone wrote:could my code GUI code be executable by VBE
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.
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader