aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-13 16:29:11 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-13 16:29:11 -0400
commit1c787118255111376fdb6ad9769a31d4e613fe5d (patch)
tree66a9c2c0d80c5ab3a35281f8dfa92dcc7c3fc6a4
parent9d19acd9aec5d6cc602a2044b713b57ec9fa86eb (diff)
downloadseabios-1c787118255111376fdb6ad9769a31d4e613fe5d.tar.gz
README: Update readme to note scripts/ directory rename and vgasrc/ directory.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index daa38a9..9b3cb62 100644
--- a/README
+++ b/README
@@ -32,7 +32,12 @@ files are compiled twice - once for 16bit mode and once for 32bit
mode. (The build system will remove code that is not needed for a
particular mode.)
-The tools/ directory contains helper utilities for manipulating and
+The vgasrc/ directory contains code for VGA BIOS implementations.
+This code is separate from the main BIOS code in the src/ directory.
+It produces a VGA BIOS rom in out/vgabios.bin. The VGA BIOS code is
+always compiled in 16bit mode.
+
+The scripts/ directory contains helper utilities for manipulating and
building the final rom.
The out/ directory is created by the build process - it contains all