MiSTer AO486 Core Part 2 – Sharing Files With MiSTerFS

DOS, FPGA, How To, MiSTer, Posts, Retrocomputing, Retrogaming, Single-Board Computing

MiSTer AO486 Core Part 2 – Sharing Files With MiSTerFS

DOS, FPGA, How To, MiSTer, Posts, Retrocomputing, Retrogaming, Single-Board Computing

You have the ao486 core setup and DOS installed, but what’s next?

One super-convenient ao486 feature is MiSTerFS – a file transfer solution that allows you to share files directly into ao486’s DOS file system. Traditionally you’d use mounted disk images to transfer files, but with MiSTerFS it’s just drag and drop! Way easier. Here’s how to get started.

Step 1 – Download and Install MiSTerFS

To install MiSTerFS:

  1. Download this MiSTerFS floppy image (hosted on MiSTer Forum) and extract it

  2. Use a file transfer tool like FileZilla to copy the floppy image to /media/fat/games/AO486 on your MiSTer (reminder on how to do that here). You should have a single file name misterfs.img:

  1. Still in FileZilla, create a new folder: /media/fat/games/AO486/shared (if it doesn’t exist already). This is the “drop” folder you’ll use to transfer files to ao486:

  1. Power up the ao486 core and mount the MiSTerFS floppy image (Windows Key + F12 for ao486 core options, set Floppy A: to misterfs.img)

  1. Run the following commands to copy the MiSTerFS executable to your hard disk:
md c:\utils
md c:\utils\misterfs
copy a:\misterfs.exe c:\utils\misterfs

  1. Still on your MiSTer, type edit c:\autoexec.bat. An editor application will open. Add the following line:
LH C:\UTILS\MISTERFS\MISTERFS.EXE E /Q
This quiet-loads MiSTerFS into upper memory with drive letter E:. Hit Alt+F,S to save the file and then Alt+F,X to exit

That’s the setup done. Unmount misterfs.img, reboot the ao486 core and get ready to transfer files!

A Note on Memory Managers

If you’re using a DOS Memory Manager like EMM386 or QEMM, there are some extra steps you need to take.

The ao486 core reserves memory segments between CE00 and CFFF for MiSTerFS and other system features. If you don’t protect this memory range, the system may hang or crash.

See MiSTer AO486 Core Part 3 – Managing Memory to learn more.

Step 2 – Using MiSTerFS

File transfer between PC and ao486 works in both directions. To copy files from PC to ao486:

  1. Open a file transfer tool (e.g. FileZilla) on your PC

  2. Navigate to /media/fat/games/AO486

  3. Drag-and-drop files into the shared folder. Filenames must fit the 8.3 filename standard

  1. In ao486, verify that the files appear under the E: drive:

To transfer files from ao486 to PC, simply do the reverse.

That’s it for MiSTerFS. You’ll come to rely on this a lot for file transfer.

Next Post

Comments