ゼロからのOS自作入門よく使うコマンド
起動方法、下記コマンドをubuntuの~で実行
code:run.bash
osbook/devenv/run_qemu.sh BOOTX64.EFI
~/edk2で実行
code:run.bash
$HOME/osbook/devenv/run_qemu.sh Build/MikanLoaderX64/DEBUG_CLANG38/X64/Loader.efi
code:a.bash
ln -s $HOME/workspace
バージョン管理
code:version.bash
cd mikanos
git checkout {任意のブランチ名}