kerla-demo
headcrab
kerla-demo | headcrab | |
---|---|---|
1 | 3 | |
14 | 890 | |
- | 0.0% | |
7.8 | 0.0 | |
over 3 years ago | almost 3 years ago | |
Rust | Rust | |
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kerla-demo
-
Kerla: Monolithic kernel in Rust, aiming for Linux ABI compatibility
Author here. I've made the demo system public [1] but it's written just for me so it should be painful to set up the same environment.
The mechanism is pretty simple: a Node.js server (running on genuine Linux) listens on tcp:22. Once you connect, it boots a dedicated Firecracker microVM instance and forwards network packets between your SSH client and VM.
Regarding the command history, others (including I) can't see what you type. If you could, it must be a vulnerability.
[1] https://github.com/nuta/kerla-demo
headcrab
-
Kerla: Monolithic kernel in Rust, aiming for Linux ABI compatibility
I just meant that even big projects posted here in the past like the Headcrab debugger: https://github.com/headcrab-rs/headcrab have been seemingly abandoned now.
Even Rocket https://github.com/SergioBenitez/Rocket seems to have greatly slowed development unfortunately.
-
Attach VSCode's debugger to debug Rust inside an Electron app
I remember an attempt at rust native debugging in the form of headcrab
-
what is the status of the debugger?
There was an [ambitious project headcrab](https://github.com/headcrab-rs/headcrab/issues/132), which unfortunately looks abandoned [last commit 2020/11].
What are some alternatives?
xous-core - The Xous microkernel
udbg - Cross-platform library for binary debugging and memory hacking written in Rust
PIOS - PIOS: Parallel Instructional Operating System - Instructional Template Code
kerla - A new operating system kernel with Linux binary compatibility written in Rust.
mosys
smoltcp - a smol tcp/ip stack