Skip to content
Snippets Groups Projects
Commit 53649cea authored by Eemeli Lehtonen's avatar Eemeli Lehtonen
Browse files

Update README.md

parent a261bc9e
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,37 @@ Idk, I asked ChatGPT to give it a name:
> shape of Hyperion and its rapid rotation could be seen as metaphors for the flexibility and speed
> of a modern operating system.
## How do I run it?
### In QEMU
It is as simple as just:
```bash
make run
```
### On HW?
Please don't
## Dependencies
Packages for Arch:
```bash
pacman -Syu make qemu-system-x86 xorriso jq
```
Rust:
```bash
# rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# bare metal target
rustup target add x86_64-unknown-none
# nightly compiler
rustup toolchain install nightly
```
## Demo image(s)
![image](https://user-images.githubusercontent.com/42496863/214513691-41c9a83a-73aa-487c-98b4-2072b39647c6.png)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment