Closed FunnyCorgi closed 2 months ago
How do you mount your program in v86? It works for me when I select the binary file as the floppy image
https://github.com/copy/v86/blob/58d43361499d65e24295b20cb3857f123e261337/src/floppy.js#L97-L98
Oh, I'll try that. I was doing it on the HDD.
This worked for me. Thanks!
i have an assembly program that prints out "Hello, Felix"(Felix being the name of one of my close friends) I compiled with nasm and runs fine in qemu, but is refuses to boot in v86. Files(compiled and asm) are attached. Hello_felix_assembly.zip