From cbbe9ff08e8df2e1529472ca7418296912929192 Mon Sep 17 00:00:00 2001 From: yudejp Date: Tue, 4 May 2021 11:10:30 +0900 Subject: [PATCH] Update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c13219..6aaa792 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,14 @@ * Run: `cd ~/edk2; build` ### Make disk * Run: `sudo ~/make_disk.sh` -### Run QEMU (uses VcXsrv; please configure it before running this) +### Run Firmament on QEMU (uses VcXsrv; please configure it before running this) * Run: `~/run_qemu.sh` +#### Configuring VcXsrv +* You can refer to my `config.xlaunch` file (placed on .devcontainer/config.xlaunch). +* All you need is to install VcXsrv and open `config.xlaunch` on Windows. +* Please make sure allow VcXsrv connections via both private & public network in Windows Defender Firewall. +## License +### .devcontainer/ +* MIT License +### LoaderPkg/ +* Apache License 2.0 \ No newline at end of file