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