mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 01:30:55 +11:00
94cb76520a
Previously, it was impossible to cross-compile Collapse OS from a binary-offsetted Collapse OS because stable ABI wordrefs would have a wrongly offsetted address. This solves the problem by replacing those wordrefs by direct, hardcoded stable ABI offset references.
4 lines
170 B
Plaintext
4 lines
170 B
Plaintext
For this reason, any stable wordref compiled in the "hot zone"
|
|
(B397-B400) has to be compiled by direct offset reference to
|
|
avoid having any binary offset applied to it.
|