Click to See Complete Forum and Search --> : Graphics without BIOS or DOS


willkoh
March 29th, 2005, 04:11 PM
Since my reason for doing assembler is to some day make my own OS, I must be able to draw graphics without depending on BIOS or DOS (as many of you know, the reason BIOS is ruled out is because it causes problems when doing things in Protected Mode, which is the way any good OS must work). Also, I'd like to know how to place code in the boot sector to have my OS load.

I'd be quite happy just to see it load and put a few pixels on the screen - at least thats a start!

C'mon, someone must have something to say about this!

NoHero
April 1st, 2005, 05:23 AM
You need to write the VESA driver on your own. Using graphics mode without any interrupts support is more complicated than using the text version. You should go for the ReactOS sources for a VESA driver. Or check http://www.osdever.net for tutorials and documents on it.

willkoh
April 1st, 2005, 10:23 AM
I can't reach OSDever.net. Are you sure it's still up?

NoHero
April 1st, 2005, 10:45 AM
I can't reach OSDever.net. Are you sure it's still up?

It won't die, be sure on that :). The admin just suffers some server error's :rolleyes:

willkoh
April 1st, 2005, 10:50 AM
In general, do hardware vendors themselves provide information on how to communicate with their devices or do they solely want to write drivers themselves?

willkoh
April 2nd, 2005, 06:39 AM
Wow osdever is up again!