Video Memory
Posted: Tue Jun 08, 2004 10:01 pm
Hi, I have couple of question about what we see on the screen. First it is right all we see on the screen is written somewhere on the central memory ? If so, if I write a program to put some data into this part of memory I will make the design looking wierd ? Or if, simply, the kernel won't be let me write in this region of the memory ? But what is the format of this part of memory ? it is only a bitmap of 1024x768(if the user have this resolution of course) and windows simply modify this bitmap stored into this part of memory ?
And how to access to the video card to write something on the screen ? without bios and without high function, like opengl, gdi, directx ? Because the GDI itself have to access to a something to write to the screen. and in protected mode, bios int not availables. does exist a list of port or something ? or if is just simply the driver doing the job ?
thank you
And how to access to the video card to write something on the screen ? without bios and without high function, like opengl, gdi, directx ? Because the GDI itself have to access to a something to write to the screen. and in protected mode, bios int not availables. does exist a list of port or something ? or if is just simply the driver doing the job ?
thank you