Mirror of CollapseOS
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

17 строки
610B

  1. Collapse OS file system
  2. This is a Forth-style filesystems which is very simple. It is a
  3. list of 1024 bytes block, organised in 16 lines of 64 columns
  4. each. You refer to blocks by numbers. You show them with LIST.
  5. You interpret them with LOAD. For a convenient way to browse
  6. blocks, see Block editor at B100.
  7. Conventions: When you see "(cont.)" at the bottom right of a
  8. block, it means that the next block continues the same kind of
  9. contents. This of course only work for informational text.
  10. Block numbers are abbreviated with prefix "B". "BX" means
  11. "block X".
  12. The master index of this filesystem is at B1.