Replies: 2 comments 4 replies
-
Can you clarify what you mean? On Linux, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I'm working on a project named Wave Linux. You can take a look here. When I was in 10th grade (16 years old), I made a minimal Linux. In that project, I used the BusyBox multicall binary, which I extended by creating symlinks for commands like
ls
,rm
, andecho
.Currently, I'm 19 and in college, and I'm working on my current hobby project - Wave Linux. For this new project, I want to start my journey with your Rust Coreutils (not the GNU Coreutils). However, when I build it using the provided steps, it only creates a single executable file( .exe ). I don't think this will work like the BusyBox multicall binary.
Could you please guide me on how to achieve a BusyBox-like multicall binary using Rust Coreutils?
I would love and greatly appreciate it if anyone would like to contribute or help me build this Linux. I'm also planning to add graphical support so that we can move beyond the command line interface. The goal of this project is to create a protected operating system similar to macOS, but with features like Windows.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions