diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-04-22 21:29:06 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-04-22 21:29:06 +0200 |
| commit | 1de9228fda28826c337ac09201586de1f2f248b9 (patch) | |
| tree | 3db67eb9ec171ba11cb66b2a70db973b8c1c76ff /README.md | |
| parent | 74caba366d3fafd21910f3d95dbc2819267c52bc (diff) | |
| download | farga-1de9228fda28826c337ac09201586de1f2f248b9.tar.gz farga-1de9228fda28826c337ac09201586de1f2f248b9.zip | |
riscv: user: Force LINUX_HEADERS on hwprobe
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,16 +1,13 @@ A bunch of code that messes with low level stuff. That is: -- `arch`: +- `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/`: - - `basics`: bunch of code checking on basic programming concepts from the - RISC-V ISA. - - `hwprobe`: using the `hwprobe` system call from the Linux kernel to check - on the features from the current machine. + - `user/`: user space programs that either delve into RISC-V assembly or that + interface the Linux Kernel on the RISC-V architecture. - `kernel/dtm`: simple kernel module showcasing the API from the `of` driver. A lot of this is not taken solely from my brain, and I will give credit whenever |
