From 7fd74e2d80b1f556e32e6d213d1984fc1a47d9e6 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 2 Jan 2021 09:19:58 -0500 Subject: [PATCH] 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. --- blk.fs | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/blk.fs b/blk.fs index 135a21e..808c397 100644 --- a/blk.fs +++ b/blk.fs @@ -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