Kernel video?

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.
User avatar
Creature
Member
Member
Posts: 548
Joined: Sat Dec 27, 2008 2:34 pm
Location: Belgium

Re: Kernel video?

Post 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.
When the chance of succeeding is 99%, there is still a 50% chance of that success happening.
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Re: Kernel video?

Post 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
User avatar
quanganht
Member
Member
Posts: 301
Joined: Fri May 16, 2008 7:13 pm
Location: Hanoi, Vietnam

Re: Kernel video?

Post by quanganht »

Thank you all for your help.
"Programmers are tools for converting caffeine into code."
Post Reply