Merge branch 'virtualbox-deprecated-audio-switch' into 'master'

vbox: --audio is deprecated/removed

See merge request redox-os/redox!1586
This commit is contained in:
Josh Megnauth 2025-06-12 17:02:58 +00:00
commit a37186cf1c

View File

@ -31,7 +31,7 @@ virtualbox: $(BUILD)/harddrive.img
$(VBM) modifyvm Redox --usb off # on
$(VBM) modifyvm Redox --keyboard ps2
$(VBM) modifyvm Redox --mouse ps2
$(VBM) modifyvm Redox --audio $(VB_AUDIO)
$(VBM) modifyvm Redox --audio-driver $(VB_AUDIO)
$(VBM) modifyvm Redox --audiocontroller hda
$(VBM) modifyvm Redox --audioout on
$(VBM) modifyvm Redox --nestedpaging on