Mirror of CollapseOS
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

17 satır
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.