rust_dos icon indicating copy to clipboard operation
rust_dos copied to clipboard

panicked at src/dos_tests/file.rs:6:76:

Open efa opened this issue 6 months ago • 1 comments

while the RUST_DOS.COM work in DOSBox, using FreeDOS/QEMU I always got this error:

Image

efa avatar Jun 27 '25 13:06 efa

Mmm. I can't remember if I had this problem too, but I made quite a few changes over here: https://github.com/RandomInsano/rust_dos

I'm not working in DOS these days and I'm not affiliated with this project, so if they work feel free to poach my work and open PRs here.

RandomInsano avatar Jun 27 '25 19:06 RandomInsano

Hello @efa rust_dos.com actually tries to read README.md, which should be placed in the working directory: https://github.com/o8vm/rust_dos/blob/master/src/dos_tests/file.rs#L6

thomasarmel avatar Nov 06 '25 15:11 thomasarmel