<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would like to start a discussion on the various 
techniques of relocation of data &amp; code w.r.t to a non-O.S (no dynamic 
linker) system.</FONT></DIV>
<DIV><FONT face=Arial size=2>The idea is to compare different thoughts and bring 
out the best possibility.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>To start with,I myself know of a relocation 
technique, as used by GNU toochians : The&nbsp;concept of VMA/LMA... We link the 
code in such a way that we have a different execution address(VMA) and a load 
address(LMA). All we need to do in our initializaton code is to copy the 
data/text from LMA to VMA before we really start using the 
data/text.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Comments are welcome..</FONT></DIV>
<DIV><FONT face=Arial size=2>Rupesh</FONT></DIV></BODY></HTML>