-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
I'm currently working on floppy.js, the issues I'm aiming to fix:
- add floppy controller support for various guest OSes:
- add floppy images to state snapshots:
- support second floppy drive
fdb
- support format command to allow blank floppy disks
In the past weeks, whenever I found a few hours here and there, I've been reading through floppy.js, the qemu implementation fdc.c which I use as reference, and whatever I could find on the Internet about the Intel 82078 Floppy Disk Controller which qemu implements.
So far I've added a bunch of boilerplate code to floppy.js and split off a new class FloppyDrive
from FloppyController
to allow for multiple drives, and similar to what I did with the IDE controller, I've refactored many literal constants to named constants and improved logging.
It's still too early for a PR, but are there any other known issues around the Floppy Disk Controller?
SuperMaxusa, vip-delete, DressedAlarm184 and copyDressedAlarm184 and copy
Metadata
Metadata
Assignees
Labels
No labels