From 2cf3a3aa79568820d066cd5289c579188bce510f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 22 Jul 2026 10:01:04 +0200 Subject: Simplify the README.md file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3