I\'m a teenager who has become very interested in assembly language. I\'m trying to write a small operating system in Intel x86 assembler, and I was wondering how to write direc
I found a place that provides some good information on the matter: http://www.osdever.net/FreeVGA/home.htm It talks about some details important to writing code that writes directly to the screen. I found it from the link to Don Stoner's site (Thanks for the link, SilverbackNet!). I'm still looking for more more information, so if anyone has any more ideas, I'd appreciate the help very much.