Setting 640480 in ASM

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.
Post Reply
Matt Carpenter

Setting 640480 in ASM

Post by Matt Carpenter »

I realized that you cant use VESA to set the graphics mode in bochs (which I use to test my kernel), so I was wondering how to set the video mode in ASM without interrupts (using the out function). I'm aiming to get 640x480 res. with 256 color if possible
srg

Re:Setting 640480 in ASM

Post by srg »

Can't you use another machine?

BTW I've tried Bochs and personally I thinks its not very good. If possible use another machine or try and get VMWare (even Windows XP runs on VMware but Unix X-Windows doesn't)

Steven Graham
gedeon

Re:Setting 640480 in ASM

Post by gedeon »

Bochs 1.4.1 supports VESA BIOS Extensions, but i have not yet tested it
I use Mondrake 8.2 in a vmware session (1024*768 24 bits depth color) to devellop my os, X-windows work in SVGA mode. Install vmware tools
K.J.

Re:Setting 640480 in ASM

Post by K.J. »

When it comes to OS development, I use Bochs because of the nice builtin debugger. When it comes to running 2 OSes at once(like win95 and XP), I use VMWare.

K.J.
Post Reply