From 53649cea699c81155bc451d9a9801cf32680a18e Mon Sep 17 00:00:00 2001 From: Eemeli <eemeli.o.lehtonen@utu.fi> Date: Mon, 30 Jan 2023 03:55:21 +0200 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 552bf80..8562a4b 100644 --- a/README.md +++ b/README.md @@ -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)  -- GitLab