grfx in pmode

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
iota

grfx in pmode

Post by iota »

i know this is not an os dev question but you guys know better than anyone else how to program devices directly from pmode.
i am useing c and dos i need to knwo how to copy a buffer with video data in straight to the video memory and demo code would be g8t
TripleFault

RE:grfx in pmode

Post by TripleFault »

Where are you going to store the graphics buffer at (memory, hard drive, etc.) and will it be an exact copy of what you want to show up on the screen?
rexlunae

RE:grfx in pmode

Post by rexlunae »

"program devices directly from pmode"
"i am useing c and dos"

So, are you using DPMI, or some other dos extender?  Regular DOS isn't pmode.  Perhaps you could tell us specifically what C compiler you are using.
Post Reply