<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>http://wiki.foofun.cn//index.php?action=history&amp;feed=atom&amp;title=VGA_Resources</id>
	<title>VGA Resources - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.foofun.cn//index.php?action=history&amp;feed=atom&amp;title=VGA_Resources"/>
	<link rel="alternate" type="text/html" href="http://wiki.foofun.cn//index.php?title=VGA_Resources&amp;action=history"/>
	<updated>2026-04-06T18:17:11Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.foofun.cn//index.php?title=VGA_Resources&amp;diff=991&amp;oldid=prev</id>
		<title>Zhang3：创建页面，内容为“Category:VGA  == VGA 资源 == * 本Wiki * [http://www.google.com/search?hl=en&amp;ie=UTF-8&amp;q=VGA+registers+programming&amp;btnG=Google+Search 谷歌搜索“VGA寄存器编程”], * [http://files.osdev.org/mirrors/geezer/osd/graphics/index.htm OSD: Graphics] 来自Chris Giese，包含许多代码片段。 * [http://web.archive.org/web/20140218012818/http://atschool.eduweb.co.uk/camdean/pupils/amac/vga.htm Tutorial on VGA graphics] 包括字体…”</title>
		<link rel="alternate" type="text/html" href="http://wiki.foofun.cn//index.php?title=VGA_Resources&amp;diff=991&amp;oldid=prev"/>
		<updated>2022-03-23T07:04:48Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“&lt;a href=&quot;/index.php?title=%E5%88%86%E7%B1%BB:VGA&quot; title=&quot;分类:VGA&quot;&gt;Category:VGA&lt;/a&gt;  == VGA 资源 == * &lt;a href=&quot;/index.php?title=%E5%88%86%E7%B1%BB:VGA&quot; title=&quot;分类:VGA&quot;&gt;本Wiki&lt;/a&gt; * [http://www.google.com/search?hl=en&amp;amp;ie=UTF-8&amp;amp;q=VGA+registers+programming&amp;amp;btnG=Google+Search 谷歌搜索“VGA寄存器编程”], * [http://files.osdev.org/mirrors/geezer/osd/graphics/index.htm OSD: Graphics] 来自Chris Giese，包含许多代码片段。 * [http://web.archive.org/web/20140218012818/http://atschool.eduweb.co.uk/camdean/pupils/amac/vga.htm Tutorial on VGA graphics] 包括字体…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:VGA]]&lt;br /&gt;
&lt;br /&gt;
== VGA 资源 ==&lt;br /&gt;
* [[:Category:VGA|本Wiki]]&lt;br /&gt;
* [http://www.google.com/search?hl=en&amp;amp;ie=UTF-8&amp;amp;q=VGA+registers+programming&amp;amp;btnG=Google+Search 谷歌搜索“VGA寄存器编程”],&lt;br /&gt;
* [http://files.osdev.org/mirrors/geezer/osd/graphics/index.htm OSD: Graphics] 来自Chris Giese，包含许多代码片段。&lt;br /&gt;
* [http://web.archive.org/web/20140218012818/http://atschool.eduweb.co.uk/camdean/pupils/amac/vga.htm Tutorial on VGA graphics] 包括字体和线条渲染的基础、调色板设置、unchained mode等。&lt;br /&gt;
* [https://github.com/FlingOS/FlingOS/tree/develop/Kernel/Libraries/Kernel.VGA FlingOS VGA Driver] 具有良好的(低性能但易读、保护模式)VGA驱动程序，支持文本和图形模式&lt;br /&gt;
&lt;br /&gt;
=== [http://www.osdever.net/FreeVGA/vga/vga.htm Free VGA] ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.osdever.net/FreeVGA/vga/graphreg.htm Graphics Registers] --控制CPU访问视频RAM的方式。&lt;br /&gt;
* [http://www.osdever.net/FreeVGA/vga/seqreg.htm Sequencer Registers] --控制如何将视频数据发送到DAC。&lt;br /&gt;
* [http://www.osdever.net/FreeVGA/vga/attrreg.htm Attribute Controller Registers] -- 选择用于EGA/CGA兼容性的16种颜色和64种调色板。&lt;br /&gt;
* [http://www.osdever.net/FreeVGA/vga/crtcreg.htm CRT Controller Registers] -- 控制视频输出到显示器的方式。&lt;br /&gt;
* [http://www.osdever.net/FreeVGA/vga/colorreg.htm Color Registers] --从可能的最大颜色中选择256色调色板。&lt;br /&gt;
* [http://www.osdever.net/FreeVGA/vga/extreg.htm External Registers] -用于控制视频操作的杂项寄存器。&lt;br /&gt;
&lt;br /&gt;
== SVGA资源 ==&lt;br /&gt;
&lt;br /&gt;
* VESA主页：http://www.vesa.org&lt;br /&gt;
* 从保护模式模拟VESA调用: [[Virtual 8086 Mode|虚拟8086模式]]，或使用像 [https://github.com/wfeldt/libx86emu libx86emu] 的库。 使用Xfree86[https://cgit.freedesktop.org/xorg/xserver/tree/hw/xfree86/x86emu 此代码]在Linux上访问VESA函数。&lt;br /&gt;
&lt;br /&gt;
==== 挑选过的编码技巧 ====&lt;br /&gt;
&lt;br /&gt;
* [http://files.osdev.org/mirrors/geezer/software/90x60.asm 90x60 text mode] from Chris Giese &amp;lt;geezer@execpc.com&amp;gt;&lt;br /&gt;
* [http://files.osdev.org/mirrors/geezer/osd/graphics/modes.c Changing text/graphic mode and fonts] -- 这也有用于在没有bios的情况下切换视频模式的代码&lt;/div&gt;</summary>
		<author><name>Zhang3</name></author>
	</entry>
</feed>