Page 1 of 1
vesa programming in pmode
Posted: Sat Feb 06, 2010 11:18 am
by pswin
hi
how can i use vesa in pmode?
and have anybody tutorials or articles for working with it?
Re: vesa programming in pmode
Posted: Sat Feb 06, 2010 8:14 pm
by Mike
Hello,
You can try using the VBE PMode interface however it is not supported on some hardware. Else you will have to use v86 or real mode.
More information can be found via the
VBE specification.
Re: vesa programming in pmode
Posted: Sat May 15, 2010 12:56 pm
by joniwalker
You can also implement the x86emu lib on your kernel, its more simp,e to do and not require to use a tss like v86 mode.
See my own kernel using this:
http://sourceforge.net/projects/outaroper/