rust-x86asm VS osmini

Compare rust-x86asm vs osmini and see what are their differences.

rust-x86asm

A Rust library for x86/64 assembly/disassembly. (by GregoryComer)

osmini

Mini operating system with a graphical interface, for x64 platforms, in Rust and Assembly [just started] (by antoninhrlt)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rust-x86asm osmini
1 1
49 6
- -
10.0 0.0
almost 4 years ago over 1 year ago
Rust Rust
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

rust-x86asm

Posts with mentions or reviews of rust-x86asm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-10.
  • Let me show you my projects
    6 projects | /r/rust | 10 Apr 2022
    Nice work with junon, but why not e.g. use clap for argument parsing and log for logging? It's actually really cool that you directly generate assembly rather than using code-generators like e.g. LLVM or cranelift; but maybe also consider pulling in dependencies like https://github.com/GregoryComer/rust-x86asm to do the assembly generation more cleanly. Implementing things yourself is a very effective way to learn; but there's no reason to re-invent the wheel once you've learned, and e.g. generating assembly directly should yield much more efficient code than generating text and then invoking an assembler, which is what it looks like junon is doing from a cursory skim. Also for parsing, why not have a look at libraries like nom (though there are very good reasons to write your own recursive descent parsers, e.g. for good error handling; see the work on rust-analyzer's parser).

osmini

Posts with mentions or reviews of osmini. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-10.
  • Let me show you my projects
    6 projects | /r/rust | 10 Apr 2022
    I'm writing a mini operating system called "osmini", the bootloader is done but the core doesn't work for the moment, I'm learning how VGA works to make it functional lol.

What are some alternatives?

When comparing rust-x86asm and osmini you can also consider the following projects:

raslib - Manage Raspberry PI devices with Rust. GPIO ports and direct support for L298N circuit motors

xgadget - Fast, parallel, cross-variant ROP/JOP gadget search for x86/x64 binaries.

juc - Compiler for the Junon language. Multi-platform and modern design. Currently only available for Linux

poplar - Microkernel and userspace written in Rust exploring modern ideas

sdymh - Tool collection to automate the solution of mathematical exercises. "Stop doing your math homework"

tma-16 - An educational tool for providing a gentle introduction to Assembly

os-template - Very basic os template made with Rust

Sapphire - An x86 Operating System in Rust and Assembly

i2clib - Library for i2c manipulation in Rust. Designed for OLED displays on Raspberry PI [paused dev because my screen is broken]