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
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.)