Mirror of CollapseOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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