aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index afe144f..3bbbdc7 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,6 @@
A bunch of code that messes with low level stuff. That is:
-- `arch/riscv/`:
- - `machine`: prints "hello, world" on the serial port while running in M mode
- on QEMU. Check the [README file](./arch/riscv/machine/README.md) for more
- info.
- - `supervisor/hsm`: using the HSM extension from SBI to gather info from
- harts.
- - `user/`: user space programs that either delve into RISC-V assembly or that
- interface the Linux Kernel on the RISC-V architecture.
+- `arch/riscv/`: a bunch of samples on RISC-V running on M, S, or U mode.
- `fs/btrfs`: miscellanous tests on BTRFS.
- `kernel/`: samples that explore the API exposed by the Linux kernel, both from
kernel and user space.