mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
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 New Issue
Block a user