Run XDE under Dawn #10
Replies: 3 comments 5 replies
-
Is this simply zlib-compressed (I tried with file.exe from cygwin64) or is this a special encoding ? |
Beta Was this translation helpful? Give feedback.
-
I wrote a simple C Program using zlib library, it decompresses but it didn't run under Dawn. |
Beta Was this translation helpful? Give feedback.
-
Hello, i suppose that the XDE image you mean is one in the disks-6085 directory of the project. So no, Dawn will not be able to run it, as the disk images in this directory are intended for my 6085 emulation (Draco). Besides the compression (zlib-like with Java standard functionality) with the delta files for my emulator, the block structure of the disk tracks is different and very Xerox specific, with an additional label record for each data sector. Furthermore, the bootfiles on the Draco-disks (germ and Pilot/XDE) require the 6085 I/O architecture (IOP-board) in part emulated by Draco but which Dawn does not support. Dawn requires the younger "label-less" sector structure which was used for SCSI disks on newer physical machines (6085-II, 8090) or disk images in the case of the GVWin emulator: these are simple files with 512 bytes raw data blocks for each sector, without the additional label used before. But the disk image provided with Dawn is in fact an XDE system. You can also run this image with the GVWin emulators, as both use the same disk image structure and emulate the same Mesa instruction set and I/O architecture (software agents). I'm not sure if you can run an GlobalView disk from GVWin with Dawn, i never tried... Regards |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi dear Dwarf-Team,
how can I run the XDE Disk Image provided on your page under Dawn ?
Greets,
Martin
Beta Was this translation helpful? Give feedback.
All reactions