nfg.forums

NFG Forums => SIG X68000 => Topic started by: costa on June 01, 2017, 12:55:53 PM

Title: Write .d88 images to Floppy
Post by: costa on June 01, 2017, 12:55:53 PM
How I do that?
mkimg does not seem to like these images files.
Title: Re: Write .d88 images to Floppy
Post by: SuperDeadite on June 02, 2017, 12:47:12 AM
What .d88 are you trying to write?
Let me guess... XX-Files R?
XX-Files R uses 2HS disk format.
MKIMG only supports 2HD format.
You need to use DPACK to write 9 sector formats (2HS, 2HDE)
Title: Re: Write .d88 images to Floppy
Post by: costa on June 02, 2017, 01:27:24 AM
Hi.

OS-9 disk images from the repository here at nfggames.
Title: Re: Write .d88 images to Floppy
Post by: costa on June 02, 2017, 08:51:04 AM
Ok, just tried using dpack.
I format in .2hs and 2hde format, then wrote the disk image to floppy. This process kind of work, but at the end there is some error message.

When try to boot, X68 does not like the floppy, and ejects it.
In some cases there is a message on screen: 9SCIPL and the usual "insert boot diskette" appear on screen.

I also tried the OS9 HD image, but it is SASI image, and does not boot on my X68030.

:(

Quote from: SuperDeadite on June 02, 2017, 12:47:12 AM
What .d88 are you trying to write?
Let me guess... XX-Files R?
XX-Files R uses 2HS disk format.
MKIMG only supports 2HD format.
You need to use DPACK to write 9 sector formats (2HS, 2HDE)
Title: Re: Write .d88 images to Floppy
Post by: SuperDeadite on June 02, 2017, 09:15:03 AM
OS-9 uses it's own custom disk format.  I have an original boxed release of it, and while the floppies aren't protected, the only way I've been able to copy them is by using OS-9's own disk copy program.  Never gotten images to work.  Honestly you aren't missing much though, unless you love playing with unix-like (OS-9 isn't unix, but close enough) systems, it's rather pointless.

.d88 was used, because the format has no restrictions, so it can accept the weird exotic formats.
Title: Re: Write .d88 images to Floppy
Post by: neko68k on June 02, 2017, 10:22:23 AM
NetBSD is more "practical", if there is such a thing on a 30 year old computer ;) It's up to date-ish and still maintained-ish. ~shrug~
Title: Re: Write .d88 images to Floppy
Post by: costa on June 02, 2017, 11:10:55 PM
Quote from: SuperDeadite on June 02, 2017, 09:15:03 AM
OS-9 uses it's own custom disk format.  I have an original boxed release of it, and while the floppies aren't protected, the only way I've been able to copy them is by using OS-9's own disk copy program.  Never gotten images to work.  Honestly you aren't missing much though, unless you love playing with unix-like (OS-9 isn't unix, but close enough) systems, it's rather pointless.

.d88 was used, because the format has no restrictions, so it can accept the weird exotic formats.

I wonder... what's the point of creating a disk image we are not able to restore... (?)

Anyway, OS-9 is a "exotic" OS that I always wanted to play with... besides it has a 6809 version (for Tandy Color Computers) which I love as well... I would like to do some basic exploration, I like playing with weird stuff :)

Title: Re: Write .d88 images to Floppy
Post by: Mjc45131 on February 24, 2019, 02:20:34 AM
I'm trying to do the same, were you ever able to do this? Would love to get boot disks, thanks!