aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-02-24 22:28:33 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-02-24 22:28:33 +0100
commit45f25e38678bee6b6d56319b52c3f1e78c8a3a3e (patch)
tree4f962a9deff3f9f64005434ca28d48f3c37c594b /README.md
parent151b10e4627c7e726ebe760ba758ff5454a645f7 (diff)
downloadfarga-45f25e38678bee6b6d56319b52c3f1e78c8a3a3e.tar.gz
farga-45f25e38678bee6b6d56319b52c3f1e78c8a3a3e.zip
btrfs: add this directory into the main README.md
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4c95800..3ed8203 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ A bunch of code that messes with low level stuff. That is:
harts.
- `user/`: user space programs that either delve into RISC-V assembly or that
interface the Linux Kernel on the RISC-V architecture.
+- `fs/btrfs`: miscellanous tests on BTRFS.
- `kernel/dtm`: simple kernel module showcasing the API from the `of` driver.
- `lang/c`: miscellanous code on the C programming language.