• Please review our updated Terms and Rules here

Dimension 68000

I do not have the hard disk controller, so I could not try to mount it directly on my Dimension 68000, but I was able to retrieve all the files from the disk image.

that's interesting. How did you do that ?

Please explain it for me as that's something I only know less about.
 
that's interesting. How did you do that ?

Please explain it for me as that's something I only know less about.
Use cpmtools to retrieve CP/M files.
$ mkdir cpm
$ cpmcp -f dim68-hd tulin-extracted-1 0:\* cpm

The contents of the diskdef file are as follows.
----
diskdef dim68-hd
seclen 512
tracks 1331
sectrk 17
blocksize 4096
maxdir 1024
skew 0
boottrk 1
os 2.2
end
----

Extracting MS-DOS volumes is simpler.
$ dd if=tulin-extracted-1 of=tulin-dos.img bs=256 skip=45288

The tulin-dos.img is a FAT12 image; on macOS, it could be mounted, but not on Windows 10/11.
 
Use cpmtools to retrieve CP/M files.
$ mkdir cpm
$ cpmcp -f dim68-hd tulin-extracted-1 0:\* cpm

The contents of the diskdef file are as follows.
----
diskdef dim68-hd
seclen 512
tracks 1331
sectrk 17
blocksize 4096
maxdir 1024
skew 0
boottrk 1
os 2.2
end
----

Extracting MS-DOS volumes is simpler.
$ dd if=tulin-extracted-1 of=tulin-dos.img bs=256 skip=45288

The tulin-dos.img is a FAT12 image; on macOS, it could be mounted, but not on Windows 10/11.
The CP/M volume contained 238 files. The screen editor VED.68K and the graphics library XG.O are valuable because they are not included in the bitsavers.org floppy disk images. I have not yet found a way to write these files back to floppy disk, so I will try this over the weekend.
 

Attachments

  • tulin-cpm.txt
    7.4 KB · Views: 6
The CP/M volume contained 238 files. The screen editor VED.68K and the graphics library XG.O are valuable because they are not included in the bitsavers.org floppy disk images. I have not yet found a way to write these files back to floppy disk, so I will try this over the weekend.
VED.68K was written back to floppy disk and the screen editor was able to run on the actual machine.
 

Attachments

  • IMG_1681.jpg
    IMG_1681.jpg
    743.3 KB · Views: 14
Added 8MB RAM capability to the display card for Dimension 68000 with Tang Nano 9K.
 
Does anyone have a BIOS ROM newer than Rev. E?
The New Dimension that DimensionDude has is Rev. F.11.
 
Back
Top