base address 0xB8000 works fine.
I think the display is 80x24 text mode (just got to remember the even array elements are for the characters and the odd ones are for their color/text attributes...etc

I am wondering how I can switch modes to graphics 1024 x 720 or so?
I have read thru the http://pdos.csail.mit.edu/6.828/2008/re ... e/vbe3.pdf
But most of this stuff works with the int 10h interrupt in real mode. Their should be away to do all this stuff in protected mode. ( I would like it if I didn't have to switch back to real mode everytime I have to set the graphics display setting to something different)
I am pretty lost what spec's I have to look at for doing a driver program.
I saw in one osdev post that 0xA0000 was used for graphics mode (curious on how this can be used and how to set the resolution with this if possible for graphics mode)
I am using NVidia card on AGP bus
Thanks