$ git clone https://github.com/TymianekPL/os-template.gitImportant
Remember to run this from your developer command prompt included with Visual Studio.
Do it after cloning the project, downloads EDK and configures cmake
scripts\run configure-msvc debugBuilds the project, copies files and runs QEMU
scripts\run build-msvc debugNote
You can change debug to release when building the optimised release.
Remember to reconfigure when switching the flag for the first time!
scripts\runx8664 configure-msvc release|debugscripts\runx8664 configure-clang release|debugscripts\runx8632 configure-msvc release|debugscripts\runx8632 configure-clang release|debugscripts\runarm64 configure-msvc release|debugscripts\runarm64 configure-clang release|debugscripts\runx8664 build-msvc release|debugscripts\runx8664 build-clang release|debugscripts\runx8632 build-msvc release|debugscripts\runx8632 build-clang release|debugscripts\runarm64 build-msvc release|debugscripts\runarm64 build-clang release|debug