Merge pull request #785 from origel/master

Fix bug, mouse and keybroad no response in virtualbox
This commit is contained in:
Jeremy Soller 2016-12-15 06:39:36 -07:00 committed by GitHub
commit 9a638ce420

View file

@ -303,6 +303,7 @@ virtualbox: build/harddrive.bin
$(VBM) modifyvm Redox --mouse ps2
$(VBM) modifyvm Redox --audio $(VB_AUDIO)
$(VBM) modifyvm Redox --audiocontroller ac97
$(VBM) modifyvm Redox --nestedpaging off
echo "Create Disk"
$(VBM) convertfromraw $< build/harddrive.vdi
echo "Attach Disk"