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.

11 line
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.