Skip to content

Instantly share code, notes, and snippets.

View tearaikazuki's full-sized avatar
💭
I may be slow to respond.

Kazuki Noda tearaikazuki

💭
I may be slow to respond.
View GitHub Profile
@Kentzo
Kentzo / gist:1515314
Created December 23, 2011 20:44
How to create Floppy Disk Image on Mac OS X for MS-DOS in vmware fusion
1. In terminal use "dd if=/dev/zero of=myfloppy.img bs=1024 count=1440" to create file with appropriate size
2. Attach a floppy device in VM setting. Select myfloppy.img
3. Use the "format a:" command to format disk