| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
| Assembly Questions and Answers for Assembly here! |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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! Last edited by willkoh; March 30th, 2005 at 06:20 AM. |
|
#2
|
||||
|
||||
|
Re: Graphics without BIOS or DOS
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.
__________________
I am not offering technical guidiance via email or IM Come on share your photo with us! CG members photo album! Use the Code Tags! |
|
#3
|
|||
|
|||
|
Re: Graphics without BIOS or DOS
I can't reach OSDever.net. Are you sure it's still up?
|
|
#4
|
||||
|
||||
|
Re: Graphics without BIOS or DOS
Quote:
. The admin just suffers some server error's
__________________
I am not offering technical guidiance via email or IM Come on share your photo with us! CG members photo album! Use the Code Tags! |
|
#5
|
|||
|
|||
|
Re: Graphics without BIOS or DOS
In general, do hardware vendors themselves provide information on how to communicate with their devices or do they solely want to write drivers themselves?
Last edited by willkoh; April 2nd, 2005 at 06:38 AM. |
|
#6
|
|||
|
|||
|
Re: Graphics without BIOS or DOS
Wow osdever is up again!
|
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|