flat assembler
Message board for the users of flat assembler.

Index > OS Construction > please help with vesa

Author
Thread Post new topic Reply to topic
craciun



Joined: 11 Apr 2006
Posts: 7
craciun 12 Apr 2006, 00:01
Does any one know how can i enable a Vesa vbe3 driver?
Post 12 Apr 2006, 00:01
View user's profile Send private message Reply with quote
Dex4u



Joined: 08 Feb 2005
Posts: 1601
Location: web
Dex4u 12 Apr 2006, 10:52
What do you mean enable a vesa3 driver, if you mean use vesa3 from your OS, then yes, here are some bootable demos i have made, that may help:
http://www.dex4u.com/images/DemoVesa.zip
http://www.dex4u.com/images/cdpod.zip
http://www.dex4u.com/images/vesa256.zip
All you need do to use vesa3 (which is also compatable with vesa2), is test for it and if found, use the vesa3 ext.
Post 12 Apr 2006, 10:52
View user's profile Send private message Reply with quote
craciun



Joined: 11 Apr 2006
Posts: 7
craciun 13 Apr 2006, 10:57
thanks a lot... I want to know something else, if it's possible:
- how can I make a mouse PS/2 driver for an OS and how to transform it
into an interrupt?
- how is it possible to make a own font set? does it need to be in memory any time it is used?
Post 13 Apr 2006, 10:57
View user's profile Send private message Reply with quote
Dex4u



Joined: 08 Feb 2005
Posts: 1601
Location: web
Dex4u 13 Apr 2006, 12:16
You can use Bios fonts, but if you are making your own, than they need to be loaded in memory or they will be slow to use.
One char will be simular to this
Code:
DB 0FFH,0FFH,0FFH,0FFH,0FFH,0C3H,099H,0BDH,0BDH,099H,0C3H,0FFH,0FFH,0FFH,0FFH,0FFH    
you can get a font maker program from bubach site: http://bos.asmhackers.net/docs/vga_without_bios/snippet_3/
And info on mouse and setting up int's etc here:
http://bos.asmhackers.net/docs/
Post 13 Apr 2006, 12:16
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.