Welcome, Guest. Please login or register.

Author Topic: Amiga Hardware information - A1200 & A4000 IDE  (Read 4690 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show all replies
    • http://www.troubled-mind.com
Re: Amiga Hardware information - A1200 & A4000 IDE
« on: August 25, 2004, 01:44:54 PM »
Quote

Piru wrote:
Quote
Would using any of the ROM routines be an option for an os, so my disk driver would call scsi.library?

It's scsi.device. Anyway, to use the device, you'd need to implement exec-like resident scanning, resident initialization, library interface, message interface (ports), device interface (iorequests). You'd probably also need to implement exec memory interface, and various other parts the device uses.

In short, less than trivial. But it can be done.


The AROS sources might be of use to him then. :-)