Skip to content

Commit 32a8fe8

Browse files
authored
Merge pull request #219 from syswonder/dev
Merge dev into main
2 parents 92d55a8 + e740d8d commit 32a8fe8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,23 @@ RuxOS was inspired by [Unikraft](https://github.com/unikraft/unikraft) and [Arce
2828
* [ ] Interrupt driven device I/O
2929
* [ ] Async I/O
3030

31+
## Latest News 🎉
32+
33+
<details open>
34+
<summary><b>2025</b></summary>
35+
36+
- \[2025/07/24\] RuxOS [v0.1.0](https://github.com/syswonder/ruxos/releases/tag/RELEASE-v0.1.0) Released!
37+
- \[2025/07/22\] Add support for support multi-process and virtual memory management for riscv64
38+
- \[2025/06/26\] Add support for FUSE file system with exfat verified
39+
- \[2025/06/25\] Add support for sshd for aarch64 after some fixes
40+
- \[2025/05/13\] Add support for GICv3 for aarch64 with DTB support
41+
- \[2025/02/26\] Add support for static routed network with loopback support
42+
- \[2024/11/14\] Add support for virtio-console for virt platform
43+
- \[2024/10/10\] Add support for multiprocess for aarch64 in single address space
44+
- \[2024/09/29\] RuxOS [v0.0.3](https://github.com/syswonder/ruxos/releases/tag/RELEASE-v0.0.3) Released!
45+
46+
</details>
47+
3148
## Example apps
3249

3350
Example applications can be found in the [apps/](apps/) directory. All applications must at least depend on the following modules, while other modules are optional:
@@ -72,6 +89,16 @@ The currently supported applications and programming languages, as well as their
7289
| [nginx](https://github.com/syswonder/rux-nginx) | alloc, paging, fp_simd, irq, multitask, fs, blkfs, net, pipe, epoll, poll, select, rtc, signal | Run Nginx as web server |
7390
| [wamr](https://github.com/syswonder/rux-wamr) | alloc, paging, fp_simd, irq, multitask, fs, virtio-9p, signal, smp | Wasm runtime |
7491

92+
### Other applications
93+
94+
You can try more applications built with musl libc, such as:
95+
96+
* busybox
97+
* opensshd
98+
* [mount.fuse-exfat](https://blog.syswonder.org/#/2025/20250618_FUSE_In_RuxOS)
99+
100+
[Alpine Linux](https://www.alpinelinux.org/) would be a good choice for you finding or building your own applications.
101+
75102
### Programming languages
76103

77104
| Language | Description |

0 commit comments

Comments
 (0)