summaryrefslogtreecommitdiffstats
path: root/make/custom/pc386.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-05 15:44:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-05 15:44:09 +0000
commit0e3c0096252cbfaa693c3a1e92d6069b1896ad8d (patch)
tree2cf3807f82cf5bc0c565f75a2b1dd0ec10f8d039 /make/custom/pc386.cfg
parentAutomatic CPU type detection code from Eric Valette <valette@crf.canon.fr>. (diff)
downloadrtems-0e3c0096252cbfaa693c3a1e92d6069b1896ad8d.tar.bz2
changed load address
Diffstat (limited to '')
-rw-r--r--make/custom/pc386.cfg7
1 files changed, 5 insertions, 2 deletions
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index 50a980a703..491903fe6c 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -62,8 +62,11 @@ endef
RELOCADDR=0x00100000
START16FILE=$(PROJECT_RELEASE)/lib/start16.bin
-START16ADDR=0x00097C00
- HEADERADDR=0x00097E00
+#START16ADDR=0x00097C00
+#HEADERADDR=0x00097E00
+# this may not be right but it accounts for a change in the .s file size.
+START16ADDR=0x00097A00
+HEADERADDR=0x00097E00
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user