0
0
mirror of https://github.com/yude/firmament synced 2024-12-22 20:20:10 +09:00
firmament/README.md

13 lines
411 B
Markdown
Raw Normal View History

2021-05-04 05:31:04 +09:00
# firmament: 🌄 Challenge of building operating system (reffering to MikanOS)
2021-05-04 10:45:18 +09:00
## Setup
1. Build container on Visual Studio Code.
2021-05-04 11:04:59 +09:00
1. Run: `.devcontainer/init.sh` (on `/workspaces/firmament`)
1. Run: `cd ~/edk2; source edksetup.sh`
2021-05-04 10:45:18 +09:00
## 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`