Cyber Kernel
Cyber Kernel
In step 14, add this to your file: ``#!/bin/bash`` ``qemu-system-x86_64 -machine q35 -m 1024 -smp cpus=2 -cpu qemu64 -drive if=pflash,format=raw,read-only=on,file=$PREFIX/share/qemu/edk2-x86_64-code.fd -netdev user,id=n1,dns=8.8.8.8,hostfwd=tcp::5244-:5244 -device virtio-net,netdev=n1 -nographic alpine.img`` And while running your...
Thanks for the feedback! While increasing resources can improve performance for some users, it's not necessary for everyone. The default configuration aims for wider compatibility. We can definitely add your...
try to use comma (,) example: -p 5244:5244,5234:5234