Mirror of CollapseOS
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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