diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-12-05 13:32:47 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-12-05 14:03:09 +0100 |
| commit | a9096f137231c75350c5f16d84caaada19ba161b (patch) | |
| tree | a6519317facab3418463ca868f7ed9e5f5779b57 | |
| parent | 41fd52502ce7dcfcca8a67b06dab68a8e4aa35b9 (diff) | |
| download | fbos-a9096f137231c75350c5f16d84caaada19ba161b.tar.gz fbos-a9096f137231c75350c5f16d84caaada19ba161b.zip | |
Update changelog file
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aa18331..476a3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v1.0 + +- The kernel can run on real hardware. I have tested this on Starfive Visionfive + 2 v1.3B. +- The kernel takes care of SMP more gracefully (by explicitely forbidding more + than one hart running at the same time). +- The kernel has been stripped down from unneeded complexity. + # State of the project by the end of SUSE Hackweek 2024 As part of [SUSE Hack Week |
