Floppy drivers???

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Floppy drivers???

Post by piranha »

I want to write a floppy device driver. Can you point me to a good start?

Thx
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
ThatGuy
Posts: 9
Joined: Fri Jan 19, 2007 7:28 pm
Location: On, Canada

Post by ThatGuy »

http://www.osdev.org/wiki/Floppy_Driver

http://www.nondot.org/sabre/os/files/Di ... asheet.pdf

These should get you started.

Also The OS Resource Center is an awesome resource for these types of things.
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Post by earlz »

http://www.nondot.org/sabre/os/files/Disk/82077AA_FloppyControllerDatasheet.pdf
no that really doesn't help, it has almost no practical usage
ThatGuy
Posts: 9
Joined: Fri Jan 19, 2007 7:28 pm
Location: On, Canada

Post by ThatGuy »

User avatar
Phoenix
Posts: 12
Joined: Sat Nov 11, 2006 5:30 pm
Contact:

Post by Phoenix »

Post Reply