Guide on how to setup GEM in 1512?

Support and general discussion.
Post Reply
User avatar
DSN
Posts: 80
Joined: Fri 03 Jan, 2020 8:47 pm

Guide on how to setup GEM in 1512?

Post by DSN »

Hi!

I'm going to try GEM 2.1 in a PC1512, but I don't know on how to install it.
Does anyone know? I will appreciate if someone can give me a tip.

:P :P :P :P :P
User avatar
JohnElliott
Posts: 113
Joined: Sun 31 Jan, 2016 7:29 pm

Re: Guide on how to setup GEM in 1512?

Post by JohnElliott »

When I've wanted to get a PC1512 system up and running in PCEM, I've installed from the original Amstrad floppies (46001-46005). As supplied by Cliff Lawson, these were in two formats: 46001 and 46004 as .CFI disk images, and the other three as zipped backups. So...

1. Convert the .CFI files to something PCEM can use. LibDsk can do this:

Code: Select all

dsktrans -itype cfi -otype raw 46001.cfi 46001.img
dsktrans -itype cfi -otype raw 46004.cfi 46004.img
2. Create disk images containing the contents of 46002.zip, 46003.zip, 46004.zip. I made copies of a blank 360k disk image, and used mtools to inject the files, but I expect WinImage could do it too.

Code: Select all

cp blank360k.img 46002.img
mkdir 46002
cd 46002
unzip ../46002.zip
mcopy -s -i ../46002.img * ::
Once you've got the five disk images, create a PCEM configuration with a hard drive (30Mb is a good size). Use disk 1 (MSDOS) to partition and format the hard drive, then run CONFIG.BAT on disk 5 to do the installation.
User avatar
DSN
Posts: 80
Joined: Fri 03 Jan, 2020 8:47 pm

Re: Guide on how to setup GEM in 1512?

Post by DSN »

Thank you. But I do have original disks, I only have floppy images of MS-DOS 3.20 (Amstrad) and GEM 2.1.

What HDD controller I should select in my configuration? I already had created my PC1512 config.
User avatar
JohnElliott
Posts: 113
Joined: Sun 31 Jan, 2016 7:29 pm

Re: Guide on how to setup GEM in 1512?

Post by JohnElliott »

I can't link you to copyrighted software on this forum (or can I, if it was released semi-officially?) but it's not hard to find with a search engine.

Mine is currently configured with the Xebec, but any hard drive interface should work.
Post Reply