Changeset 0e3c0096 in rtems


Ignore:
Timestamp:
08/05/98 15:44:09 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
bd8c8b2a
Parents:
ab0df696
Message:

changed load address

File:
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/pc386.cfg

    rab0df696 r0e3c0096  
    6363
    6464START16FILE=$(PROJECT_RELEASE)/lib/start16.bin
    65 START16ADDR=0x00097C00
    66  HEADERADDR=0x00097E00
     65#START16ADDR=0x00097C00
     66#HEADERADDR=0x00097E00
     67# this may not be right but it accounts for a change in the .s file size.
     68START16ADDR=0x00097A00
     69HEADERADDR=0x00097E00
    6770
    6871# The following are definitions of make-exe which will work using ld as
Note: See TracChangeset for help on using the changeset viewer.