From f6ee95ad975119d7c3106036fd5a581a62695c85 Mon Sep 17 00:00:00 2001 From: Javier Date: Thu, 3 Feb 2022 02:43:40 +0100 Subject: mpu401: rework using circbuf and add optional irq support for uart rx --- scripts/disable.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scripts/disable.sh (limited to 'scripts/disable.sh') diff --git a/scripts/disable.sh b/scripts/disable.sh new file mode 100755 index 0000000..8031d25 --- /dev/null +++ b/scripts/disable.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +set -ex + +vm="$1" + +VBoxManage setextradata "$vm" VBoxInternal/Devices/adlib/0/Trusted +VBoxManage setextradata "$vm" VBoxInternal/Devices/adlib/0/Config/MirrorPort +VBoxManage setextradata "$vm" VBoxInternal/Devices/mpu401/0/Trusted -- cgit v1.2.3