Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
663B

  1. Collapse OS
  2. This is the first block of Collapse OS' filesystem which cons-
  3. ists of contiguous blocks of 1024 bytes organized in 16 lines
  4. of 64 characters. You can display a block's content with the
  5. "LIST" command. For example, "123 LIST" shows the contents of
  6. the block 123. If a block contains source code, you can inter-
  7. pret it with "LOAD".
  8. Conventions: When you see "(cont.)" at the bottom right of a
  9. block, it means that the next block continues the same kind of
  10. contents. Block numbers are abbreviated with prefix "B". "BX"
  11. means "block X".
  12. The master index of this filesystem is at B1. You can navi-
  13. gate and edit blocks with the Visual Editor at B120.