Skip to content

kobolt/serialfd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serialfd

This is a set of programs emulate a floppy drive on DOS over a serial port.

The DOS part 'serialfd.asm' is written in x86 assembly and runs as a DOS TSR program loaded in the background. It will intercept BIOS int 13h calls, forward these over the serial port and wait for the response.

The counterpart 'serialfd.c' is written in C and created to run on Linux. This part will load a floppy disk image and operate on sectors from it based on calls received on the serial port.

There is also 'sfdboot.asm' which is a bootloader stub to load bootable floppy disk images.

About

Serial port floppy drive emulator for DOS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published