diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-13 16:29:11 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-13 16:29:11 -0400 |
commit | 1c787118255111376fdb6ad9769a31d4e613fe5d (patch) | |
tree | 66a9c2c0d80c5ab3a35281f8dfa92dcc7c3fc6a4 /README | |
parent | 9d19acd9aec5d6cc602a2044b713b57ec9fa86eb (diff) | |
download | seabios-1c787118255111376fdb6ad9769a31d4e613fe5d.tar.gz |
README: Update readme to note scripts/ directory rename and vgasrc/ directory.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |