using graphics

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
adeelmahmood1

using graphics

Post by adeelmahmood1 »

hi
i have got my OS to do some basic stuff .. i have my
IDT set .. working in PMODE .. have a small shell..
now i want to know something about graphics .. how i can go for graphics in my OS
any tutorials or something else
thanx for ur help
nullify

Re:using graphics

Post by nullify »

http://www.acm.uiuc.edu/sigops/rsrc/ - first bullet (vga.h, vga.cc) shows how to set a vga mode.

I'd suggest you further develop your kernel before you get sidetracked with graphics though. Its fun, just not a kernel necessity.
Post Reply