aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-05-12 18:28:58 -0400
committerKevin O'Connor <kevin@koconnor.net>2008-05-12 18:28:58 -0400
commit745345394483bf9b7d744ebe9e02e5f2613eb3c6 (patch)
treee63def082742544d1726fb704ff967906af1e611 /src/config.h
parent59fead6413261b10245508edc5f18316371cfaae (diff)
downloadseabios-hppa-745345394483bf9b7d744ebe9e02e5f2613eb3c6.zip
seabios-hppa-745345394483bf9b7d744ebe9e02e5f2613eb3c6.tar.gz
seabios-hppa-745345394483bf9b7d744ebe9e02e5f2613eb3c6.tar.bz2
Use a linker script for 16bit code.
With a linker script the data sections can be grouped by themselves instead of being dispersed throughout the code.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 88b54d8..c7ec67e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -43,4 +43,7 @@
#define CONFIG_SUBMODEL_ID 0x00
#define CONFIG_BIOS_REVISION 0x01
+// Start of fixed addresses in 0xf0000 segment.
+#define CONFIG_START_FIXED 0xe050
+
#endif // config.h