Tomáš Glozar

Results 110 comments of Tomáš Glozar

I don't know very much about hardware, though, so I might be wrong.

The proper solution to this comprises of two different tasks: - Implement a management console (like the QEMU monitor) where one can attach images to removable drives (among other things)....

If you want to connect the AXPbox VM to the internet, you should choose the Wi-Fi interface (en1) - the VM should then be able to get an IP adress...

You can also try running AXPbox inside a Parallels VM - networking works in VirtualBox and QEMU, so there's chance it'll work in Parallels.

> I ran into a similar problem of being prompted for the adapter even though I had specified one in the es40.cfg file. Apparently, the sample config file has a...

I wonder why HAVE_FOPEN64 is not set on the machine, `check_symbol_exists(fopen64 "stdio.h" HAVE_FOPEN64)` should set it. I'll quickly boot up an ARM VM, try to look into this and give...

So on my test VM (QEMU TCG aarch64 Alpine Linux) `fopen64` is not found by CMake, although it compiles fine with it. I believe this is a build system problem...

That seems quite complicated for a simple feature test, of course it's better that nothing, but I have the feeling it may be too much code for something that could...

> It would be interesting to compare this to the benchmarks on old `alphavm-free` and the new `EmuVM` + `vtAlpha` emulators. > Once I have OSF/1 running it should be...