https://github.com/engineersbox/feos
An OS written in RUST supporting BIOS and UEFI boot
https://github.com/engineersbox/feos
Last synced: 8 months ago
JSON representation
An OS written in RUST supporting BIOS and UEFI boot
- Host: GitHub
- URL: https://github.com/engineersbox/feos
- Owner: EngineersBox
- Created: 2022-09-03T08:06:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T04:39:13.000Z (almost 3 years ago)
- Last Synced: 2025-05-31T21:50:35.743Z (about 1 year ago)
- Language: Rust
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FeOS
An OS written in RUST supporting BIOS and UEFI boot
## Setup
```shell
cargo install bootimage
rustup component add llvm-tools-preview
cargo bootimage
```
## Run
```shell
cargo run
```