Add VGA3 Support

This commit is contained in:
Wayne Warthen
2017-06-30 21:50:10 -07:00
parent 939a822f65
commit fb6b1fd54a
417 changed files with 6018 additions and 77479 deletions

View File

@@ -1,4 +1,4 @@
@echo off
setlocal
setlocal & cd HBIOS && Powershell .\Build.ps1 %* || exit /b 1 & endlocal
setlocal & cd HBIOS && Powershell -ExecutionPolicy Unrestricted .\Build.ps1 %* || exit /b 1 & endlocal