How do i assign mo' memory to the video driver.
In the documentation it is written that you can address upto 1MB momory. How can i Have more???????????????????/
1. Your OS has a video card driver?
2. Your OS has implemented a HAL? (Hardware Abstraction Layer?)
If #1 is not met, but have #2 in your OS you can start by supplying a VESA compliant driver. If both are not met, better start working on a driver interface and hardware abstractions. You can always just make VESA driver part of the kernel without a driver interface however I don't see the OS going far on that road.
Hi SamY,
You should switch to protected mode inorder to address more than 1MB limit [upto 4GB] and to see those fancy graphics and also as Ryu said,you should also implement a video driver[VESA,...].
Take a look at http://www.mega-tokyo.com/osfaq2/.
Last edited by mostafadotnet; Aug 9th, 2006 at 3:07 pm.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.