summaryrefslogtreecommitdiffstats
path: root/make/custom/pc386.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 14:41:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 14:41:23 +0000
commit2d7d605fdfde31394a46a9bc57f39f20e2f39334 (patch)
treee3f9b09eab63d5d02f8b04f8b843b7b3b228f96f /make/custom/pc386.cfg
parentPatches from Ralf Corsepius <corsepiu@faw.uni-ulm.de> and myself to (diff)
downloadrtems-2d7d605fdfde31394a46a9bc57f39f20e2f39334.tar.bz2
Patch from Aleksey <qqi@world.std.com>:
It fixes netboot build problem, KA9Q configuration for pc386, some compiler wardning, it also removed some stuff ifdef'ed with '#if 0'.
Diffstat (limited to 'make/custom/pc386.cfg')
-rw-r--r--make/custom/pc386.cfg8
1 files changed, 1 insertions, 7 deletions
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index ceff0c6656..50689fce06 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -58,10 +58,7 @@ endef
RELOCADDR=0x00100000
START16FILE=$(PROJECT_RELEASE)/lib/start16.bin
-#START16ADDR=0x00097C00
-#HEADERADDR=0x00097E00
-# this may not be right but it accounts for a change in the .s file size.
-START16ADDR=0x00097A00
+START16ADDR=0x00097C00
HEADERADDR=0x00097E00
# The following are definitions of make-exe which will work using ld as
@@ -108,6 +105,3 @@ endef
endif
# Miscellaneous additions go here
-
-
-