An open API service indexing awesome lists of open source software.

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

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
```