diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 10:01:04 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 10:01:04 +0200 |
| commit | 2cf3a3aa79568820d066cd5289c579188bce510f (patch) | |
| tree | 523c89bb43e2b428936384d05b594ee1371b3f88 | |
| parent | 0a8050ce801317fea2d79c8749381a31da9c0e0c (diff) | |
| download | farga-2cf3a3aa79568820d066cd5289c579188bce510f.tar.gz farga-2cf3a3aa79568820d066cd5289c579188bce510f.zip | |
Simplify the README.md file
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
| -rw-r--r-- | README.md | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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. |
