this post was submitted on 21 Feb 2024
5 points (100.0% liked)

Plan9

5 readers
1 users here now

Discussions on the Plan9 operating system.

founded 1 year ago
MODERATORS
 

I'm just curious if it would be possible to port rbw to 9front?

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 7 months ago

I don't know enough yet about programming for 9P as a target but it looks like that project is in Rust. So, effectively, you'd need to both ensure that you can compile for that platform (extending rustc and/or llvm may be necessary) and ensure that any system calls that don't match up are worked around. The author states that they're not working on any new features but may merge them so, it might be a good project for someone to take on from multiple perspectives (compiler writing, low-level system arch, etc).

[โ€“] [email protected] 1 points 7 months ago

If you rewrite it in C.