Mirror of CollapseOS
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

11 líneas
450B

  1. 4. Call INTERPRET which interprets boot source code until
  2. ASCII EOT (4) is met. This usually init drivers.
  3. 5. Initialize rdln buffer, _sys entry (for EMPTY), prints
  4. "CollapseOS" and then calls (main).
  5. 6. (main) interprets from rdln input (usually from KEY) until
  6. EOT is met, then calls BYE.
  7. In RAM-only environment, we will typically have a
  8. "CURRENT @ HERE !" line during init to have HERE begin at the
  9. end of the binary instead of RAMEND.