diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-15 15:18:59 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-15 15:18:59 +0200 |
| commit | 0a8050ce801317fea2d79c8749381a31da9c0e0c (patch) | |
| tree | bb4d49be017e5415507a614572f9681a18d969d5 | |
| parent | b2898e61ad0b21ab651788bd3a8f20af70f6c137 (diff) | |
| download | farga-0a8050ce801317fea2d79c8749381a31da9c0e0c.tar.gz farga-0a8050ce801317fea2d79c8749381a31da9c0e0c.zip | |
Fix the README for the kernel/ directory
It has more than two examples for quite a while. Show a more generic
description.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ A bunch of code that messes with low level stuff. That is: - `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. +- `kernel/`: samples that explore the API exposed by the Linux kernel, both from + kernel and user space. - `lang/c`: miscellanous code on the C programming language. A lot of this is not taken solely from my brain, and I will give credit whenever |
