Correctly adjust for moved start address.

It seems that the existence of a "depend" target in src/sys/boot is not
to be taken as an indication that it actually does what one would expect,
at least it clearly threw my testing off.

Apologies to:	jhb
This commit is contained in:
phk 2002-10-07 19:12:36 +00:00
parent a2b3941432
commit 6bb1507f12
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ ifdef(`BTXLDR_VERBOSE',`
call hexout # relocation
call putstr # message
')
addl $PAG_SIZ,%ebp # Display
addl $PAG_SIZ * 2,%ebp # Display
ifdef(`BTXLDR_VERBOSE',`
movl $m_base,%esi # the
movl %ebp,%eax # user

View File

@ -166,7 +166,7 @@ ifdef(`BTXLDR_VERBOSE',`
call hexout # relocation
call putstr # message
')
addl $PAG_SIZ,%ebp # Display
addl $PAG_SIZ * 2,%ebp # Display
ifdef(`BTXLDR_VERBOSE',`
movl $m_base,%esi # the
movl %ebp,%eax # user