diff --git a/README.md b/README.md index acd20f1..f3a4d2c 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ # firmament: 🌄 Challenge of building operating system (reffering to MikanOS) +## Setup +1. Build container on Visual Studio Code. +2. Run: `cd ~/edk2; source edksetup.sh` +## Utils +### Build +* Run: `cd ~/edk2; build` +### Make disk +* Run: `sudo ~/make_disk.sh` +### Run QEMU (uses VcXsrv; please configure it before running this) +* Run: `~/run_qemu.sh`