flat assembler
Message board for the users of flat assembler.
Index
> OS Construction > Building OS |
Author |
|
yuka 14 Aug 2012, 05:06
for now, i just have a bootloader..
i want my os have graphical display. |
|||
14 Aug 2012, 05:06 |
|
TmX 14 Aug 2012, 11:29
yuka wrote:
VESA programming? http://www.monstersoft.com/tutorial1/VESA_intro.html |
|||
14 Aug 2012, 11:29 |
|
freecrac 14 Aug 2012, 11:51
Today i like to use the native resolution of my 28" LCD in 1920x1200x32 bit per pixel @60hz refreshrate.
But in the past i used some 19" CRT monitors with a capacity of 96khz/160hz in 1024x768x32@100hz refreschrate. (For these 19" CRT the endorsed resolution(manufactures preferred mode) was 1280x1024@85hz refreshrate.) Some public documents can be dowload for free: http://www.vesa.org/ (need register/login) For to get some information about the pluged monitor: EEDIDguideV1.pdf EEDIDverifGuideRa.pdf For to set video modes with a VBE 2, or a VBE 3 - bios with a high resolution and maybe with our own CRTC-parameter table for to enable high refreshrates(vbe3), using hardware triple buffering(vbe3) or stereoscopic display support for liquid crystal (LC) shutter glasses(vbe3): vbe3.pdf All those stuff is only for to use primary devices. In the case that modern cards comes with more than one ourtput device for to use more than on monitor at the same time. Swithing into some vesamodes a secondary device shows the same content of the first linear framebuffer in a cloned mode. I donĀ“t know how to set another resolution for the secondary device, so that the secondary monitor schows the content of the secondary framebuffer. Any code example(s) are wellcome. Dirk Last edited by freecrac on 16 Aug 2012, 06:03; edited 2 times in total |
|||
14 Aug 2012, 11:51 |
|
Dex4u 14 Aug 2012, 14:54
You can take a look at DexOS as a example http://www.dex-os.com/
|
|||
14 Aug 2012, 14:54 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.