Mirror of CollapseOS
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

17 řádky
592B

  1. Linker
  2. Relink a dictionary by applying offsets to all word references
  3. in words of the "compiled" type.
  4. A typical usage of this unit would be to, right after a
  5. bootstrap-from-icore-from-source operation, identify the root
  6. word of the source part, probably "H@", and run " ' thatword
  7. RLDICT ". Then, take the resulting relinked binary, concatenate
  8. it to the boot binary, and write to boot media.
  9. LIMITATIONS
  10. This unit can't automatically detect all offsets needing
  11. relinking. This is a list of situations that aren't handled:
  12. (cont.)