Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
622B

  1. Cross compilation program
  2. This programs allows cross compilation of boot binary and
  3. icore. Run "262 LOAD" right before your cross compilation and
  4. then set XCURRENT to CURRENT and XCOFF to H@.
  5. This redefines defining words to achieve cross compilation.
  6. The goal is two-fold:
  7. 1. Add an offset to all word references in definitions.
  8. 2. Don't shadow important words we need right now.
  9. Words overrides like ":", "IMMEDIATE" and "CODE" are not
  10. automatically shadowed to allow the harmless inclusion of
  11. this unit. This shadowing has to take place in your xcomp
  12. configuration. (cont.)