<feed xmlns='http://www.w3.org/2005/Atom'>
<title>farga/README.md, branch main</title>
<subtitle>A bunch of code that messes with low level stuff.
</subtitle>
<id>https://git.mssola.com/os/farga/atom?h=main</id>
<link rel='self' href='https://git.mssola.com/os/farga/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.mssola.com/os/farga/'/>
<updated>2026-07-22T08:01:04Z</updated>
<entry>
<title>Simplify the README.md file</title>
<updated>2026-07-22T08:01:04Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mssola@mssola.com</email>
</author>
<published>2026-07-22T08:01:04Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/os/farga/commit/?id=2cf3a3aa79568820d066cd5289c579188bce510f'/>
<id>urn:sha1:2cf3a3aa79568820d066cd5289c579188bce510f</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mssola@mssola.com&gt;
</content>
</entry>
<entry>
<title>Fix the README for the kernel/ directory</title>
<updated>2026-07-15T13:18:59Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mssola@mssola.com</email>
</author>
<published>2026-07-15T13:18:59Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/os/farga/commit/?id=0a8050ce801317fea2d79c8749381a31da9c0e0c'/>
<id>urn:sha1:0a8050ce801317fea2d79c8749381a31da9c0e0c</id>
<content type='text'>
It has more than two examples for quite a while. Show a more generic
description.

Signed-off-by: Miquel Sabaté Solà &lt;mssola@mssola.com&gt;
</content>
</entry>
<entry>
<title>btrfs: add this directory into the main README.md</title>
<updated>2026-02-24T21:28:33Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mssola@mssola.com</email>
</author>
<published>2026-02-24T21:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/os/farga/commit/?id=45f25e38678bee6b6d56319b52c3f1e78c8a3a3e'/>
<id>urn:sha1:45f25e38678bee6b6d56319b52c3f1e78c8a3a3e</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mssola@mssola.com&gt;
</content>
</entry>
<entry>
<title>lang/c: Add an example on flexible array checks</title>
<updated>2025-09-13T13:54:09Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-09-13T13:50:28Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/os/farga/commit/?id=08f15adc6cd9de0db8244963177505cfdd634504'/>
<id>urn:sha1:08f15adc6cd9de0db8244963177505cfdd634504</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>riscv: user: Force LINUX_HEADERS on hwprobe</title>
<updated>2025-04-22T19:29:06Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-04-22T19:29:06Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/os/farga/commit/?id=1de9228fda28826c337ac09201586de1f2f248b9'/>
<id>urn:sha1:1de9228fda28826c337ac09201586de1f2f248b9</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>supervisor: Add an example on the HSM extension</title>
<updated>2024-12-05T15:02:51Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2024-12-05T14:34:33Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/os/farga/commit/?id=76169cd214e4830a523c8c2ee7bbddc04b4253df'/>
<id>urn:sha1:76169cd214e4830a523c8c2ee7bbddc04b4253df</id>
<content type='text'>
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à &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove old test code</title>
<updated>2024-12-05T15:02:51Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2024-12-04T20:42:37Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/os/farga/commit/?id=f463d544793ff83efd8b95d0bce5ec80fd8170f3'/>
<id>urn:sha1:f463d544793ff83efd8b95d0bce5ec80fd8170f3</id>
<content type='text'>
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à &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>basics: Add an example on floating instructions</title>
<updated>2024-12-05T15:02:41Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2024-08-28T13:04:06Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/os/farga/commit/?id=1a36e6211674f1a39c7cc0ddff705357a4add65a'/>
<id>urn:sha1:1a36e6211674f1a39c7cc0ddff705357a4add65a</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2024-12-05T15:02:11Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2024-08-12T06:24:44Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/os/farga/commit/?id=c173df46a0a12fe52fdf13323f967e9117462096'/>
<id>urn:sha1:c173df46a0a12fe52fdf13323f967e9117462096</id>
<content type='text'>
Mainly with the code I took from @popovicu's blog.

Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
</feed>
