We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382acfa commit efad496Copy full SHA for efad496
devicemodel/samples/nuc/launch_hard_rt_vm.sh
@@ -17,7 +17,7 @@ echo "8086 9d03" > /sys/bus/pci/drivers/pci-stub/new_id
17
echo "0000:00:17.0" > /sys/bus/pci/devices/0000:00:17.0/driver/unbind
18
echo "0000:00:17.0" > /sys/bus/pci/drivers/pci-stub/bind
19
20
-/usr/bin/acrn-dm -m $mem_size -c $1 \
+/usr/bin/acrn-dm -A -m $mem_size -c $1 \
21
-k /root/rt_uos_kernel \
22
--lapic_pt \
23
--virtio_poll 1000000 \
0 commit comments