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 b27360f commit 610ad0cCopy full SHA for 610ad0c
devicemodel/samples/nuc/launch_hard_rt_vm.sh
@@ -31,7 +31,7 @@ echo ${passthru_bdf["sata"]} > /sys/bus/pci/devices/${passthru_bdf["sata"]}/driv
31
echo ${passthru_bdf["sata"]} > /sys/bus/pci/drivers/pci-stub/bind
32
33
/usr/bin/acrn-dm -A -m $mem_size -c $1 -s 0:0,hostbridge \
34
- -k /root/rt_uos_kernel \
+ -k /usr/lib/kernel/default-iot-lts2018-preempt-rt \
35
--lapic_pt \
36
--rtvm \
37
--virtio_poll 1000000 \
0 commit comments