Mirror of CollapseOS
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

17 rindas
456B

  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.