VirtualBox 7 Compatability Changes

- Created a PowerShell script `virtualbox-wrapper.ps1` to wrap calls to vboxmanage and only exit once the virtual machine has been terminated.
- Updated launch.json to use the PowerShell launch type to launch `virtualbox-wrapper.ps1` with the machine name supplied as an argument.
- Updated `readme.md` to reflect these changes.

# Conflicts:
#	.vscode/launch.json
This commit is contained in:
2025-03-08 18:59:12 +00:00
parent 72769fbef7
commit 07e9095582
4 changed files with 27 additions and 26 deletions

2
.gitignore vendored
View File

@ -10,5 +10,3 @@
/*.sh~
/*.img
src/include/asuro.pas
.vscode/launch.json
.vscode