Just popping in 
Joined: 4/19 15:05 Last Login
: Today 14:32
From Canada
Group:
Registered Users
|
@balaton
So moved things over to a GMKTec K8 Plus.
Still the same results.
Here is the config file kyvos is using.
{ "args": { "hd1": "", "machine": "-M pegasos2", "bios": "", "loader": "-kernel \"/home/niter3/.kyvos/bboot\" -initrd /home/niter3/Downloads/kyvos_gui/amigaos4/kickstart.zip", "clock": "-rtc base=localtime", "vga": "-vga none", "accel": "-accel tcg", "tablet": "", "serial": "-serial stdio", "network": "-device rtl8139,addr=0x09,netdev=nic -netdev user,id=nic,hostname=amigaos4-1", "serial_output": "", "display": "-display sdl,gl=off,show-cursor=off,full-screen=off", "sound": "-audiodev alsa,id=audio0,out.try-poll=off -device es1370,addr=0x08,audiodev=audio0", "name": "-name amigaos4-1", "usb": "", "hd2": "", "memory": "-m 1024M", "cd0": "-drive if=none,id=cd -device ide-cd,drive=cd,bus=ide.1", "gfx": "-device sm501", "cpu": "", "hd0": "-drive if=none,id=hd0,file=/home/niter3/Amiga4/amigahd.img,format=raw -device ide-hd,unit=0,drive=hd0,bus=ide.0", "usbpath": "", "pidfile": "" }, "params": { "serial_output": "off", "media": { "cd0": { "file": "", "format": "raw" }, "usb": { "path": "" }, "hd1": { "file": "", "format": "" }, "hd0": { "file": "/home/niter3/Amiga4/amigahd.img", "format": "raw" }, "smb": { "path": "" }, "hd2": { "file": "", "format": "" } }, "machine": "pegasos2", "gfx": "sm501", "memory": "1024", "display": { "fullscreen": "off", "zoom_to_fit": "off", "device": "sdl", "gl": "off", "zoom_interpolation": "off", "show_cursor": "off" }, "cpu": "", "network": { "addr": "0x09", "hostfwd": [], "hostname": "amigaos4-1", "device": "rtl8139", "netdev": "user" }, "sound": "es1370", "tablet": "off" } }
|