using vesa mode

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.
ParaDarkness
Posts: 7
Joined: Sun May 06, 2012 12:07 pm

Re: using vesa mode

Post by ParaDarkness »

Bluemoon : tanks for your explications, I'll work on it :)

DavidCooper : I want to get the address in pmode...
And I understand all my code, I code this os to learn and I don't see the intrest of copying code, I haven't hacked it, I have just modifi this to post it...
And I use always an emu to make the tests...

Combuster : thanks for your precision :)
sandras
Member
Member
Posts: 146
Joined: Thu Nov 03, 2011 9:30 am

Re: using vesa mode

Post by sandras »

Indeed, tanks. : )
Image
User avatar
DavidCooper
Member
Member
Posts: 1150
Joined: Wed Oct 27, 2010 4:53 pm
Location: Scotland

Re: using vesa mode

Post by DavidCooper »

ParaDarkness wrote:Bluemoon : tanks for your explications, I'll work on it :)

DavidCooper : I want to get the address in pmode...
And I understand all my code, I code this os to learn and I don't see the intrest of copying code, I haven't hacked it, I have just modifi this to post it...
And I use always an emu to make the tests...

Combuster : thanks for your precision :)
I didn't get any tanks! :(

You want the address in pmode? No problem there: just keep the table you get from the BIOS and read the address out of it from pmode. If you're determined to find a more difficult way of asking the BIOS for it from pmode or interrogating the hardware without asking the BIOS, good luck with that.
Help the people of Laos by liking - https://www.facebook.com/TheSBInitiative/?ref=py_c

MSB-OS: http://www.magicschoolbook.com/computing/os-project - direct machine code programming
Post Reply