From 1c787118255111376fdb6ad9769a31d4e613fe5d Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 13 Sep 2013 16:29:11 -0400 Subject: README: Update readme to note scripts/ directory rename and vgasrc/ directory. Signed-off-by: Kevin O'Connor --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.1