Loreon
Labs
Platform
Docs
Home
Ecosystems
Rust
smultron
hex2f/smultron
Rust
Emerging
GitHub
Stars
—
Forks
—
Contributors
1
Last push
3mo ago
Recent commits
Latest commits.
feat: Add userspace `sed` utility with basic substitution functionality and integrate it into the kernel and build system.
56a8d39
Leah Lundqvist
3mo ago
feat: Add top-level `README.md` with project details and update `OS_STATE.md` to reflect its creation.
bc1eba8
Leah Lundqvist
3mo ago
feat: implement process I/O redirection, RAM file system, and the `tee` utility
34ba15e
Leah Lundqvist
3mo ago
feat: Implement `ls` and `cat` userspace applications, add `ReadDir` and `ReadFile` syscalls, and introduce a `cd` command to the shell.
0d7e169
Leah Lundqvist
3mo ago
feat: Add environment variable substitution to the userspace shell by implementing `get_env` and `expand_line` and integrating them into the `dispatch` function.
c7d6c6a
Leah Lundqvist
4mo ago
feat: implement environment variable support with an extended `exec` syscall and a new `env` userspace application.
cf31466
Leah Lundqvist
4mo ago
fix: Replace zero-initialized byte arrays with `MaybeUninit` and manual copying to prevent `#UD` faults from SIMD optimizations in `execve` and shell command execution.
2761150
Leah Lundqvist
4mo ago
feat: Initialize Smultron OS project with core kernel, userspace applications, and build infrastructure.
bc5efc1
Leah Lundqvist
4mo ago
Top contributors
Builders behind this project.
hex2f
8 commits