]> xenbits.xensource.com Git - seabios.git/commitdiff
docs: Minor - replace seavgabios text in Build_overview.md with link
authorKevin O'Connor <kevin@koconnor.net>
Mon, 26 Oct 2015 13:38:30 +0000 (09:38 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 26 Oct 2015 13:38:30 +0000 (09:38 -0400)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
docs/Build_overview.md
docs/SeaVGABIOS.md

index 6c1c45fb8ffdb0cf1c7cc1689d99c550fd829e65..8c6b2f45827c548ee5a612de501e8fcbee34d62c 100644 (file)
@@ -89,11 +89,7 @@ drivers. The **src/fw/** directory contains source code for platform
 firmware initialization. The **src/std/** directory contains header
 files describing standard bios, firmware, and hardware interfaces.
 
-The **vgasrc/** directory contains code for VGA BIOS implementations.
-This code is separate from the main BIOS code in the src/ directory.
-When the build is configured to produce a VGA BIOS the resulting
-binary is found in out/vgabios.bin. The VGA BIOS code is always
-compiled in 16bit mode.
+The **vgasrc/** directory contains code for [SeaVGABIOS](SeaVGABIOS).
 
 The **scripts/** directory contains helper utilities for manipulating
 and building the final roms.
index 8e4e8e81c57ab5972489df678c5219fbd1010ce6..7ec27804d9d501725910402c1d9b6a01a6d25813 100644 (file)
@@ -28,7 +28,8 @@ SeaVGABIOS code
 
 The source code for SeaVGABIOS is located in the SeaBIOS
 [git repository](Download). The main VGA BIOS code is located in the
-"vgasrc/" directory.
+"vgasrc/" directory. The VGA BIOS code is always compiled in 16bit
+mode.
 
 The SeaVGABIOS builds to a separate binary from the main SeaBIOS
 binary, and much of the VGA BIOS code is separate from the main BIOS