diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2015-10-26 09:38:30 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2015-10-26 09:38:30 -0400 |
commit | 9efbc0f43d0b50a0f314cff98c3b612e5dfb3ed5 (patch) | |
tree | 4d7c0e0ce04068216b5f34be63b2482ca839c60d | |
parent | a7620df726c9a56af6dfdfb4690722945ce2a388 (diff) | |
download | seabios-9efbc0f43d0b50a0f314cff98c3b612e5dfb3ed5.tar.gz |
docs: Minor - replace seavgabios text in Build_overview.md with link
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Build_overview.md | 6 | ||||
-rw-r--r-- | docs/SeaVGABIOS.md | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/docs/Build_overview.md b/docs/Build_overview.md index 6c1c45fb..8c6b2f45 100644 --- a/docs/Build_overview.md +++ b/docs/Build_overview.md @@ -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. diff --git a/docs/SeaVGABIOS.md b/docs/SeaVGABIOS.md index 8e4e8e81..7ec27804 100644 --- a/docs/SeaVGABIOS.md +++ b/docs/SeaVGABIOS.md @@ -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 |