[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Upcoming project: virtual hard drive for //c and IIgs
- Subject: Re: Upcoming project: virtual hard drive for //c and IIgs
- From: Steven Hirsch <snhirsch@gmail.com>
- Date: Mon, 26 Apr 2010 13:30:58 -0400
- In-reply-to: <4bd5a9d3$0$30004$426a74cc@news.free.fr>
- Newsgroups: comp.sys.apple2
- References: <4bd57cfa$0$13238$426a74cc@news.free.fr> <P5OdnRZXvpJA40jWnZ2dnUVZ_hydnZ2d@giganews.com> <4bd5a9d3$0$30004$426a74cc@news.free.fr>
- User-agent: Thunderbird 2.0.0.24 (X11/20100411)
- Xref: g2news1.google.com comp.sys.apple2:15463
Peltier Cedric wrote:
There are plenty of examples out there showing how such a driver might
be done for Linux. Poke around for sio2pc (Atari) and Drivewire
(Tandy CoCo).
Maybe a driver for the smartbus is possible under linux, but I don't
know if we could sample reliably a 250KHz serial line through even
modern PC I/O under a multitasking environnement (I will give it a try)
without a dedicated hardware. From my point of view, using such
dedicated hardware on a modern system look pointless for the task,
better to do a stand alone system from scratch interfacing the smartbus
to IDE or SD. I hope I exposed constraints clearly.
I don't know enough about the smartbus protocol to speak authoritatively, but
the parallel port hardware on more recent systems should be capable of 1Mhz.
operation. How tight are the timing margins? Where can I find a timing
diagram for the bus?
If it could be done with a small amount of logic or FPGA, that would still be
of interest to me.
Steve