Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alwinsden/essemly-os
Essemly-OS is a meticulously crafted operating system built from the ground up with Rust, embodying a 0-1 approach to OS development with a focus on replicating common OS functionalities.
https://github.com/alwinsden/essemly-os
Last synced: about 1 month ago
JSON representation
Essemly-OS is a meticulously crafted operating system built from the ground up with Rust, embodying a 0-1 approach to OS development with a focus on replicating common OS functionalities.
- Host: GitHub
- URL: https://github.com/alwinsden/essemly-os
- Owner: alwinsDen
- License: mit
- Created: 2023-03-18T20:11:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T11:56:48.000Z (over 1 year ago)
- Last Synced: 2024-04-17T20:11:10.162Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
To Run the generated .bin in Qemu emulator.
RUN: cargo bootimage
RUN: qemu-system-x86_64.exe -drive format=raw,file=target\llvm_target_descp\debug\bootimage-OS-With-Rust.bin