Update README

This commit is contained in:
yude 2021-05-04 10:45:18 +09:00
parent 47bc70f714
commit e0f96b4a22
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
1 changed files with 10 additions and 0 deletions

View File

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