aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* lang/c: Add an example on flexible array checksMiquel Sabaté Solà2025-09-131-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* riscv: user: Force LINUX_HEADERS on hwprobeMiquel Sabaté Solà2025-04-221-6/+3
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* supervisor: Add an example on the HSM extensionMiquel Sabaté Solà2024-12-051-1/+1
| | | | | | | | | | | | The HSM extension from SBI v2.0 allows a supervisor to manage the state of harts on the system. Moreover, it also guarantees that only one hart makes it into the booting stages of the supervisor, and it's up to the supervisor to wake up the rest through the HSM extension. I have added an example which showcases this extension in different ways, and it finally shuts down the machine. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Remove old test codeMiquel Sabaté Solà2024-12-051-3/+17
| | | | | | | | | | | There is some code that I had there after messing with some of the topics on Uros' blog (https://popovicu.com/), but that became irrelevant after working on some other projects (e.g. fbos) or on other examples. This commit also brings about a major overhaul on the structure of the project. Hopefully it's now at a more ready state. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* basics: Add an example on floating instructionsMiquel Sabaté Solà2024-12-051-0/+2
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Initial commitMiquel Sabaté Solà2024-12-051-0/+2
Mainly with the code I took from @popovicu's blog. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>