Merge pull request #785 from origel/master
Fix bug, mouse and keybroad no response in virtualbox
This commit is contained in:
commit
9a638ce420
1
Makefile
1
Makefile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue