https://github.com/redstonewizard08/kernel
A custom multiplatform kernel, written in Rust.
https://github.com/redstonewizard08/kernel
Last synced: 5 months ago
JSON representation
A custom multiplatform kernel, written in Rust.
- Host: GitHub
- URL: https://github.com/redstonewizard08/kernel
- Owner: RedstoneWizard08
- Created: 2023-02-15T04:25:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T01:58:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T22:30:23.323Z (12 months ago)
- Language: Rust
- Size: 5.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DESK - Dopey Embedded Systems Kernel
A fast multiplatform kernel, written in Rust.
## Building
Here are the requirements for building:
- Go (1.17+)
- Ruby (2.x+)
- Gems (elftools, colorize) => `gem install colorize elftools`
- QEMU (for running)
- Rust (nightly)
- LLVM tools (preview) => `rustup component add llvm-tools-preview`
- Rust aarch64-unknown-none-softfloat target => `rustup target add aarch64-unknown-none-softfloat`