LisaList2

Advanced search  

News:

2022.06.03 added links to LisaList1 and LisaFAQ to the General Category

Pages: [1]   Go Down

Author Topic: Priam DataTower Replica  (Read 4126 times)

Al Kossow

  • Sr. Member
  • ****
  • Karma: +34/-0
  • Offline Offline
  • Posts: 73
Priam DataTower Replica
« on: December 07, 2022, 07:44:02 pm »

Has anyone ever thought about a Priam Datatower interface / emulator board?
The drive has a driver in 7/7 and people are going to want a large drive for the full 7/7 code build.
Logged

AlexTheCat123

  • Sr. Member
  • ****
  • Karma: +59/-0
  • Offline Offline
  • Posts: 198
Re: Priam DataTower Replica
« Reply #1 on: December 07, 2022, 08:21:11 pm »

That sounds like a great idea! Do we have enough info about the Datatower and its communications protocol in order to do something like this? I've looked around for information a couple times in the past, but I don't remember finding anything other than blurry photos of its components; definitely no schematics or descriptions of the protocol.
Logged

Al Kossow

  • Sr. Member
  • ****
  • Karma: +34/-0
  • Offline Offline
  • Posts: 73
Re: Priam DataTower Replica
« Reply #2 on: December 07, 2022, 08:59:31 pm »

The SMART-T controller protocol is under priam on bitsavers

sigma7's thread on the intf
https://lisalist2.com/index.php/topic,296.0.html
« Last Edit: December 07, 2022, 09:05:45 pm by Al Kossow »
Logged

compu_85

  • Sr. Member
  • ****
  • Karma: +66/-0
  • Offline Offline
  • Posts: 233
Re: Priam DataTower Replica
« Reply #3 on: December 08, 2022, 02:18:03 am »

And now I'll be thinking about an ideTower over night :)

-J
Logged

stepleton

  • Sr. Member
  • ****
  • Karma: +109/-0
  • Offline Offline
  • Posts: 384
Re: Priam DataTower Replica
« Reply #4 on: December 08, 2022, 03:07:30 pm »

With the source code for the operating system, a minimal-hardware alternative would be to modify the Lisa OS to handle bigger hard disks. ProFile emulators can go bigger than just 5 or 10 MiB --- Cameo/Aphid for example can do hundreds of megabytes.
Logged

sigma7

  • Administrator
  • Sr. Member
  • *****
  • Karma: +129/-0
  • Offline Offline
  • Posts: 313
  • Warning: Memory errors found. Verify comments.
Re: Priam DataTower Replica
« Reply #5 on: December 09, 2022, 01:39:31 am »

ProFile emulators can go bigger than just 5 or 10 MiB
The X/ProFile has been tested with STARs up to 2 GB ($3F FF F0 blocks) -- the OS logical disk limit during the System 7 / MW+II era.

It also has settings for 4GB and 8GB ($7F FF F0 and $FF FF F0 blocks), but IIRC these are untested due to there being no environment/driver to test them against.
Logged
Warning: Memory errors found. ECC non-functional. Verify comments if accuracy is important to you.

AlexTheCat123

  • Sr. Member
  • ****
  • Karma: +59/-0
  • Offline Offline
  • Posts: 198
Re: Priam DataTower Replica
« Reply #6 on: December 09, 2022, 09:59:05 am »

Quote
With the source code for the operating system, a minimal-hardware alternative would be to modify the Lisa OS to handle bigger hard disks. ProFile emulators can go bigger than just 5 or 10 MiB --- Cameo/Aphid for example can do hundreds of megabytes.

That's a good point! It looks like the Cameo/Aphid, X/ProFile, ArduinoFile, and IDEFile all support volumes larger than 10MB, so we might want to give that a try before going to the trouble to emulate the DataTower.
Logged

rayarachelian

  • Administrator
  • Hero Member
  • *****
  • Karma: +101/-0
  • Offline Offline
  • Posts: 772
  • writing the code,writing the code,writing the code
    • LisaEm
Re: Priam DataTower Replica
« Reply #7 on: December 10, 2022, 10:48:32 am »

Quote
With the source code for the operating system, a minimal-hardware alternative would be to modify the Lisa OS to handle bigger hard disks. ProFile emulators can go bigger than just 5 or 10 MiB --- Cameo/Aphid for example can do hundreds of megabytes.

That's a good point! It looks like the Cameo/Aphid, X/ProFile, ArduinoFile, and IDEFile all support volumes larger than 10MB, so we might want to give that a try before going to the trouble to emulate the DataTower.

Keep in mind, there may be hard limits not just in the ProFile driver, but also in the Lisa File System itself that will prevent very large volumes.

I don't remember the size off the top of my head, but barely remember articles about the DataTower saying that it didn't put up one large volume, but rather something like 4. Since the size is 80MB, that's likely the unformatted size, so more likely 64MB is useable, and divided by 4 that might set the limit to 16MB/vol? I'm just guessing here, I don't have a DataTower, so could be totally wrong.

This might have been for an earlier version of LOS as well, so, no idea really. We'll know when it's implemented, I suppose.
Logged
You don't know what it's like, you don't have a clue, if you did you'd find yourselves doing the same thing, too, Writing the code, Writing the code

sigma7

  • Administrator
  • Sr. Member
  • *****
  • Karma: +129/-0
  • Offline Offline
  • Posts: 313
  • Warning: Memory errors found. Verify comments.
Re: Priam DataTower Replica
« Reply #8 on: December 11, 2022, 06:49:56 pm »

I don't remember the size off the top of my head, but barely remember articles about the DataTower saying that it didn't put up one large volume, but rather something like 4.
IIRC, it can appear as one volume (perhaps can be configured otherwise). I believe there is a BLU dump of the DataTower formatted with LOS floating about that is in this configuration.

2022-12-11: BTW... this thread split from Alex's I/O board replica as a new topic
Logged
Warning: Memory errors found. ECC non-functional. Verify comments if accuracy is important to you.

Al Kossow

  • Sr. Member
  • ****
  • Karma: +34/-0
  • Offline Offline
  • Posts: 73
Re: Priam DataTower Replica
« Reply #9 on: December 11, 2022, 10:31:49 pm »

Just wanted to point out that you need the space for a workshop 3.0 instance, not 7/7
Logged

compu_85

  • Sr. Member
  • ****
  • Karma: +66/-0
  • Offline Offline
  • Posts: 233
Re: Priam DataTower Replica
« Reply #10 on: December 12, 2022, 07:48:20 pm »

The Signal newsletter's reviews of the Data Tower make it sound like it presents to the OS as one big volume, which can be picked from the Startup From menu:

http://www.macmothership.com/lisacontent/signal/Signal16_September1984.html
We quickly installed a 3.0 Office System on the new disk, and we were off and running. Now Attributes shows 142,420 blocks for our disk device.

http://www.macmothership.com/lisacontent/signal/Signal18_November1984.html
7/7 supports an enormous number of files, so that the entire disk can easily be put to use. At one point in our testing, we loaded the DataTower with 4,735 documents and folders occupying almost 70 megabtyes of disk.
Unlike Mac's Finder, which begins to thrash when even fewer than 100 files have accumulated, 7/7 (and even the 3.0 Workshop!) took the load in stride, performing opens and saves as quickly as when the disk is empty.


Having the parallel track (no pun intended!!) of modifying the LOS disk driver to support an IDEFile-16 or IDEFile-32 would be sweet!

-J
« Last Edit: December 12, 2022, 07:51:45 pm by compu_85 »
Logged
Pages: [1]   Go Up