WIP
This commit is contained in:
parent
2263749d86
commit
91f18e46a3
@ -1,3 +1,8 @@
|
|||||||
home = /home/nixen/Projects/College/engineering-degree/orchestrator-app/.env/bin
|
home = /Applications/Xcode.app/Contents/Developer/usr/bin
|
||||||
|
implementation = CPython
|
||||||
|
version_info = 3.9.6.final.0
|
||||||
|
virtualenv = 20.17.1
|
||||||
include-system-site-packages = false
|
include-system-site-packages = false
|
||||||
version = 3.10.8
|
base-prefix = /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9
|
||||||
|
base-exec-prefix = /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9
|
||||||
|
base-executable = /Applications/Xcode.app/Contents/Developer/usr/bin/python3
|
||||||
|
@ -3,5 +3,6 @@
|
|||||||
qemu-system-x86_64 -enable-kvm -m $MEMORY_ALLOCATION_SIZE \
|
qemu-system-x86_64 -enable-kvm -m $MEMORY_ALLOCATION_SIZE \
|
||||||
-cpu host,kvm=off,hv_relaxed,hv_spinlocks=0x1fff,hv_time,hv_vapic,hv_vendor_id=0xDEADBEEFFF \
|
-cpu host,kvm=off,hv_relaxed,hv_spinlocks=0x1fff,hv_time,hv_vapic,hv_vendor_id=0xDEADBEEFFF \
|
||||||
-rtc clock=host,base=localtime -smp $CPU_CORES_COUNT,sockets=1,cores=$CPU_CORES_COUNT,threads=1 \
|
-rtc clock=host,base=localtime -smp $CPU_CORES_COUNT,sockets=1,cores=$CPU_CORES_COUNT,threads=1 \
|
||||||
|
-full-screen \
|
||||||
-device virtio-net-pci,netdev=n1 -netdev user,id=n1 \
|
-device virtio-net-pci,netdev=n1 -netdev user,id=n1 \
|
||||||
-hda $IMAGE_PATH &
|
-hda $IMAGE_PATH &
|
Loading…
Reference in New Issue
Block a user