Welcome, Guest. Please login or register.

Author Topic: How to write hardware drivers  (Read 3400 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline murple

  • Hero Member
  • *****
  • Join Date: Jul 2007
  • Posts: 579
    • Show all replies
    • http://www.murple.net
Re: How to write hardware drivers
« on: August 17, 2007, 02:38:32 AM »
A big challenge for many of these is getting the device manufacturer to give you specs on how to talk to the device. You'll also need to know something about programming for the bus its on (Zorro II for instance). Unless its a device similar enough to another device that you can just modify an existing driver, its probably going to be hard work without being a serious systems programmer.