Skip to content
Snippets Groups Projects
Commit 104b10a6 authored by zhuruixian's avatar zhuruixian
Browse files

Fix bug, mouse and keybroad no response in virtualbox

parent a38d4b54
No related branches found
No related tags found
1 merge request!785Fix bug, mouse and keybroad no response in virtualbox
...@@ -303,6 +303,7 @@ virtualbox: build/harddrive.bin ...@@ -303,6 +303,7 @@ virtualbox: build/harddrive.bin
$(VBM) modifyvm Redox --mouse ps2 $(VBM) modifyvm Redox --mouse ps2
$(VBM) modifyvm Redox --audio $(VB_AUDIO) $(VBM) modifyvm Redox --audio $(VB_AUDIO)
$(VBM) modifyvm Redox --audiocontroller ac97 $(VBM) modifyvm Redox --audiocontroller ac97
$(VBM) modifyvm Redox --nestedpaging off
echo "Create Disk" echo "Create Disk"
$(VBM) convertfromraw $< build/harddrive.vdi $(VBM) convertfromraw $< build/harddrive.vdi
echo "Attach Disk" echo "Attach Disk"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment