Page 2 of 2

Re: Kernel video?

Posted: Thu Jul 30, 2009 3:55 am
by Creature
I see your point. The user wouldn't will only want to change the resolution at max a couple of times (or not at all) before installing a more dedicated (protected mode) video driver which is capable of changing the video resolutions inside protected mode anyway.

The only thing is, the protected mode drivers will have to be written by someone and you can't expect Nvidia or AMD to start writing drivers for your OS for example. Writing them yourself is an option, but it takes loads of time. Until then, the user will most likely be stuck with slower graphics and 'reboot to get your video mode'.

Thanks for sharing your point of view, I'm seeing it entirely different now.

Re: Kernel video?

Posted: Thu Jul 30, 2009 5:18 am
by Dex
The way Brendan describes it above works fine, as its the method i used in my OS, Brendan does not like it, even though he has not tryed it.
Its simple just not in his text books, so it must be rubbish :lol:.

Anyway here is a demo using that method (NOTE:as theres no IDT set up, some parts are left out that will be needed tobe puting in, in a full OS).
So the demo just switchs between vesa and text mode, every 10 seconds.
http://dex4u.com/demos/VesaDemo.zip

Re: Kernel video?

Posted: Fri Jul 31, 2009 12:17 am
by quanganht
Thank you all for your help.