David Given
David Given
Hello --- that should absolutely work. Returning to the main menu is the normal behaviour when the system crashes so I suspect it's got through the boot loader and then...
Yes, that could be improved. What it's doing is routing the `a := sub()` case through the function-call codepath rather than the statement-call codepath; a temporary is needed for function...
You can do it from the command line, but you'll need some scripting. If you do `fluxengine ls mac --800 -i image.dsk` you'll get a list of files. You can...
FluxEngine supports a bunch of disk image formats --- it uses the extension to determine which one. See the 'Image sources and destinations' section here for a list: http://cowlark.com/fluxengine/doc/using.html Character...
Regarding writing img files: if you just change the filename to `something.img`, it'll work fine... Re the filename: that's interesting. The high-bit characters in the Mac filename are clearly being...
If the output image is 400kB, that suggests that the 800kB format option hasn't been set (although it should be the default).
Hello! Yes, these would be trivial to support. Easiest thing to do is to try reading them with the ibm `auto` format and see what comes out, although you'll have...
I had the same problem on OSX when installing protobuf via homebrew; the secret is that for some reason on M1 systems, homebrew doesn't put the protobuf includes in /usr/include,...
Does the boot loader prompt work (hammer = at the boot menu?)
You're right, that doesn't give you the boot menu. Can you boot from a floppy disk image? I've verified that the minix-2.0 1440kB image has the boot menu.