Mirror of CollapseOS
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

17 строки
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.)