Move blkfs' master index to blk 0

The textual introduction of blk 0 was there when documentation was
inside the blkfs. Now that it's outside it, it serves no purpose:
you're expected to have read the documentation already before seeing
blk 0.
This commit is contained in:
Virgil Dupras 2021-01-02 09:19:58 -05:00
parent 1a48ff047f
commit 7fd74e2d80
1 changed files with 0 additions and 17 deletions

17
blk.fs
View File

@ -1,21 +1,4 @@
( ----- 000 )
Collapse OS
This is the first block of Collapse OS' filesystem which cons-
ists of contiguous blocks of 1024 bytes organized in 16 lines
of 64 characters. You can display a block's content with the
"LIST" command. For example, "123 LIST" shows the contents of
the block 123. If a block contains source code, you can inter-
pret it with "LOAD".
Conventions: When you see "(cont.)" at the bottom right of a
block, it means that the next block continues the same kind of
contents. Block numbers are abbreviated with prefix "B". "BX"
means "block X".
The master index of this filesystem is at B1. You can navi-
gate and edit blocks with the Visual Editor at B120.
( ----- 001 )
MASTER INDEX
005 Z80 assembler 030 8086 assembler