Adjusted line endings and fixed some more typos.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5389 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -265,7 +265,7 @@ required for the correct process of GEOS sequential application building.
|
|||||||
|
|
||||||
<sect>Building a GEOS VLIR overlay application<label id="building-vlir">
|
<sect>Building a GEOS VLIR overlay application<label id="building-vlir">
|
||||||
<p>Large GEOS applications typically don't fit in one piece in their designated
|
<p>Large GEOS applications typically don't fit in one piece in their designated
|
||||||
memeory area. They are therefore split into overlays which are loaded into memory
|
memory area. They are therefore split into overlays which are loaded into memory
|
||||||
on demand. The individual overlays are stored as records of a VLIR (Variable
|
on demand. The individual overlays are stored as records of a VLIR (Variable
|
||||||
Length Index Record) file. When GEOS starts a VLIR overlay appliation it loads
|
Length Index Record) file. When GEOS starts a VLIR overlay appliation it loads
|
||||||
record number 0 which is supposed to contain the main program. The record numbers
|
record number 0 which is supposed to contain the main program. The record numbers
|
||||||
@@ -285,8 +285,8 @@ to make sure that the generated <tt/.h/ file is available when it is needed for
|
|||||||
inclusion by a <tt/.c/ file.
|
inclusion by a <tt/.c/ file.
|
||||||
|
|
||||||
You will almost certainly want to generate a map file that shows (beside a lot of
|
You will almost certainly want to generate a map file that shows (beside a lot of
|
||||||
other infos) how large your individual overlays are. This info is necessary to tune
|
other infos) how large your individual overlays are. This info is necessary to tune
|
||||||
the distribution of code into the overlays and optimizes the memory area reserved
|
the distribution of code into the overlays and to optimize the memory area reserved
|
||||||
for the overlays.
|
for the overlays.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user