Mirror of CollapseOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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