From 829d5ab694093096f00ed28bc7df05483743ce50 Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Mon, 8 Feb 2021 15:00:43 -0600 Subject: [PATCH] Add acpi table --- acpitable.bin | Bin 0 -> 161 bytes startvm | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 acpitable.bin diff --git a/acpitable.bin b/acpitable.bin new file mode 100644 index 0000000000000000000000000000000000000000..49334e7b052db7c31b80167103ccaf757f9811de GIT binary patch literal 161 zcmWFzb_rR?z`(%x#mV2jB^Yjbxkr0qnSisL98lx8<>=Ym1>}kNp zAmGCW=S4U9vpPA37;waUc)IX7Uf|*4h!6F2VG!Yr4-Ro;Si&VQq8;z#>Bg``NST+B wyFeU>7`ZQ4az`+6>o9WJaM|!O0HKekzaNkm5sG&T4gsp=VqstaDZXF{0FZ_v0RR91 literal 0 HcmV?d00001 diff --git a/startvm b/startvm index 50e2b78..a818ffe 100755 --- a/startvm +++ b/startvm @@ -10,6 +10,8 @@ HUGEPAGES_MB=0 # set to 0 if not using dynamic hugepages. note that each page is LOOKING_GLASS_FPS=120 LOOKING_GLASS_ESCAPE=69 # 69 = F12 is escape key (to toggle mouse capture) VMNAME=win10 + +sudo mount -o remount /var/lib/libvirt/images/ # remove this if you're not me echo "Reserving hugepages and some other shit" echo $HUGEPAGES_MB | sudo tee /sys/kernel/mm/hugepages/hugepages-2048kB/nr_hugepages