Re: What does your OS look like? (Screen Shots..)
Posted: Mon Apr 30, 2012 12:14 pm
@Bluemoon: Looks very nice :O
--Congrats
gravaera
--Congrats
gravaera
The Place to Start for Operating System Developers
http://f.osdev.org/
No, he means the Bochs Graphics AdapterNable wrote:to bluemoon
> bga
looks like you've wanted to say "VGA".
Yes, but it's not public ready.gerryg400 wrote:Looks good turdus. Do you have a website ?
Code: Select all
BOOT-SH> HELP
Code: Select all
BOOT-SH> VIDEO
BOOT-SH> SET GUI 1
BOOT-SH> CONTINUE
Code: Select all
VBoxManage convertfromraw image.dsk image.vdi
I've always wondered if you could modify the font during the horizontal refresh, and effectively get per pixel control over the screen in text mode.bubach wrote:Wow, thats awesome for text mode!
The amount of time you must have put in just to get "transparent" windows, and redoing the font to get "graphic" details out of it, and the palette manipulations. Just pure kick-@$$!
Well, you'd end up wasting most of your CPU time keeping in sync with the VGA. Plus that colours still fix themselves in character blocks so you'd need to take care of that as well. On an ISA device that means needing >50% of the bus bandwidth for the bitbanging alone, and then there's the port I/O needed.I've always wondered if you could modify the font during the horizontal refresh, and effectively get per pixel control over the screen in text mode.