Mirror of CollapseOS
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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