From 180a71732efab0d5d86cc8262ca975b669c4a2d7 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Mon, 4 Jan 2021 04:30:32 -0800 Subject: restore tabfs.c note; reword md --- fs/tabfs.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fs') diff --git a/fs/tabfs.c b/fs/tabfs.c index 5c27faf..aeb55f3 100644 --- a/fs/tabfs.c +++ b/fs/tabfs.c @@ -1,3 +1,9 @@ +// This file should rarely need to be changed. (which is intentional, +// because it is a pain to program here, it's a pain to recompile and +// reload it, and it's a pain to debug it.) Most of the behavior of +// TabFS -- the definitions of the synthetic files -- lives on the +// extension side, not here. + #include #include #include -- cgit v1.2.3