Trying to get a vt100 patched screen for cromix

24 views
Skip to first unread message

Christopher Mallery

unread,
Feb 28, 2025, 1:57:35 AM2/28/25
to crom...@googlegroups.com
I used the Java program to create a floppy image with a patched version of screen on it.  I was able to mount the floppy and copy the .com file off the floppy.  So far so good, however when I run it I get an error like, "file is inaccessible" Sorry paraphrasing from another room.  I have no idea what the error means.  Any ideas?

Thanks!

Mike Arnold

unread,
Feb 28, 2025, 6:05:04 AM2/28/25
to Cromemco
Christopher, can you ascertain if the error message relates to loading screen or is it from screen itself? If the latter then screen has not been able to pick up the filename from the command line (eg screen file.txt and it cannot see "file.txt") or else it is trying to access the disk to create/edit file.txt and hitting an OS problem.
If the former then I guess that Cromix cannot find screen.bin where it expects it to be. If I am adding executables to a Cromix filing system I put them in /bin to ensure that they are in the default Cromix search area.

Mike Arnold

unread,
Feb 28, 2025, 6:06:31 AM2/28/25
to Cromemco
Oh, and then there are permissions which are the bane of any unix/Cromix user!

Chris LaFond

unread,
Feb 28, 2025, 11:09:03 AM2/28/25
to 'Mike Arnold' via Cromemco

Can you list the disk, DIR?

can you copy other things unto the disk?

What if you reformatted the disk? Does that change the errors?

You should get an error code Disk Mode Error: Dev: maj dev: min dev; blk #, Cylinder cc, Sector SS Status=ee

Page 479 lists disk errors

https://www.hartetechnologies.com/manuals/Cromemco/Cromemco%20Cromix%20Instruction%20Manual.pdf

--
You received this message because you are subscribed to the Google Groups "Cromemco" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cromemco+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/cromemco/5a42e012-07b3-4498-8acb-1781b32c6955n%40googlegroups.com.
--

Richard Muse

unread,
Feb 28, 2025, 12:35:27 PM2/28/25
to crom...@googlegroups.com

You will also get an access error if the permissions don't include e for executable. # access rewa.rewa.rewa lets everybody execute the program. Don't know if this is your issue but has happened to me more than once copying a program to cromix but not setting execute permission.

Just trying to hit the simple stuff.

R

Roger Hanscom

unread,
Feb 28, 2025, 12:48:31 PM2/28/25
to crom...@googlegroups.com
Might I suggest a different approach?  Are you familiar with the great 68k emulator "com2x".  It runs 8080 code in the 68k environment.  You can run editors that are written for the 8080 -- many of the "standards" are.  I think word*, and wormaster are.  I have a version of wordmaster (my favorite) that runs VT100.  It is small and pretty fast, even though it is being emulated.  In addition, my version of wordmaster displays about 48 lines of text/code.  Why not use something like com2x to support editing?  Is there an emulator like com2x for Cromix?

Roger

Christopher Mallery

unread,
Feb 28, 2025, 1:01:36 PM2/28/25
to crom...@googlegroups.com
For some reason on my Cromix system I cannot run any .COM binary, such as asmb.com and link.com.  I get the same error as with screen:

# asmb.com
Error during loading of the program
File not accessible: "asmb.com"
#

Do I know have something setup correctly?

Thanks.

Mike Arnold

unread,
Feb 28, 2025, 1:04:12 PM2/28/25
to Cromemco
Ah ha. Sounds like you are missing sim.bin or it is not in the /bin directory. Without it you cannot run CDOS programs.

Christopher Mallery

unread,
Feb 28, 2025, 1:08:16 PM2/28/25
to crom...@googlegroups.com
That is what I thought too, but sim seems to be there:
# sim
CDOS SIMULATOR version 02.67

Mike Arnold

unread,
Feb 28, 2025, 2:15:08 PM2/28/25
to Cromemco
Are you running Cromix+? Later versions require some additional files (called z80.sys or something). Also, do you have a Z80 in the processor board? I think that the XXU (?) had a 68030 but no Z80. In those systems you needed an IOP and it ran Z80 programs in there but I cannot remember what you had to do as system administrator to make it all work.

Christopher Mallery

unread,
Feb 28, 2025, 2:39:26 PM2/28/25
to crom...@googlegroups.com
Its original Comix on a ZPU.

Mike Arnold

unread,
Feb 28, 2025, 3:30:13 PM2/28/25
to Cromemco
You might have come to the end of the road on this one if you are running Z80 Cromix. I am guessing a corrupt installation or similar. I think that 11.27 was the last (and stable) version. I can only suggest a clean installation. 
If you have no luck I can cut you an old school floppy with the basics of 11.27 but you'll need a real drive and the patience to wait for something to arrive by snail mail from the UK.

Christopher Mallery

unread,
Feb 28, 2025, 3:44:04 PM2/28/25
to crom...@googlegroups.com
bummer.  This install came from an 8" disk image off the github.  I'll see if I can find another 11.27

Roger Hanscom

unread,
Feb 28, 2025, 3:53:35 PM2/28/25
to crom...@googlegroups.com
>> bummer.  This install came from an 8" disk image off the github.  I'll see if I can find another 11.27

Where are you located?  I can snail mail you a 5.25" HD boot floppy for Z80 Cromix if you want.  Yes, it is 11.27.  OR, I can email the required files to boot up Z80 Cromix from a flash floppy Gotek ... if you are set up for that.

Roger  (I'm in Washington, halfway between Seattle and the Canadian Border.)

Christopher Mallery

unread,
Feb 28, 2025, 3:56:18 PM2/28/25
to crom...@googlegroups.com
I am in Redmond. :) I am set up with HxC emulators on the machine, so disk images would work.

--
You received this message because you are subscribed to the Google Groups "Cromemco" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cromemco+u...@googlegroups.com.

Roger Hanscom

unread,
Feb 28, 2025, 4:04:45 PM2/28/25
to crom...@googlegroups.com
On Fri, Feb 28, 2025 at 12:56 PM Christopher Mallery <christoph...@gmail.com> wrote:
I am in Redmond. :) I am set up with HxC emulators on the machine, so disk images would work.

Wow!!  Right down the road from here.  I had no idea.

Today is too nice to stay inside, so give me a few hours and I'll zip up the contents of my flash floppy Gotek memory stick and post them here.

Roger
 

Christopher Mallery

unread,
Feb 28, 2025, 5:40:32 PM2/28/25
to crom...@googlegroups.com
So I have done some "debugging." 
I found another disk image in the github for 11.26 and it gives the same error.  The one thing that I am trying to rule out is something funny is happening with the disk image with the .com files on it.  My process is:
1. download asmb.com & associated files from the github.
2. Use Damian's tool to create a disk image (.IMD)
3. Use the HxC software to convert that .IMD into an .HFE
4. Mount the HFE on my HxC emulator
5. run asmb.com (from the disk or from /bin doesn't change the behavior)
6. Get the error.

I am currently trying to find a cromix disk image with asmb.com on it to see if my disk image juggling is the problem.

Thanks.

--
You received this message because you are subscribed to the Google Groups "Cromemco" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cromemco+u...@googlegroups.com.

Christopher Mallery

unread,
Feb 28, 2025, 6:07:50 PM2/28/25
to crom...@googlegroups.com
Its my disk juggling.  I just copied asmb.com from a cdos disk in the github and it works. 

Chris LaFond

unread,
Feb 28, 2025, 7:28:48 PM2/28/25
to Cromemco

I didn't realize I sent that email to Roger. Sorry about that.

To everyone else. Here are my Cromix hfe disk images, Maybe they are useful

Here are all my Cromix images for Z80

--
You received this message because you are subscribed to the Google Groups "Cromemco" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cromemco+u...@googlegroups.com.
C1122D1.hfe
C1122D2.hfe
ccc510.hfe
cdos_format.hfe
cro_z80asm.hfe
diagnostics.hfe
MYDISK1.hfe
RED.hfe

Christopher Mallery

unread,
Feb 28, 2025, 8:45:59 PM2/28/25
to crom...@googlegroups.com
Well I successfully got a VT100 compatible screen.bin for Cromix on my machine.  That made for a fun day, lol.  Now I am looking for a VT100 compatible screen.com for CDOS.  I am looking at how to mod it myself, but I figured I'd ask if anyone has one. 

Thanks!

KDK KDK

unread,
Feb 28, 2025, 8:50:30 PM2/28/25
to crom...@googlegroups.com

Go on the repository. There is a screen.com patched for vt100. Works for me


Christopher Mallery

unread,
Feb 28, 2025, 9:00:27 PM2/28/25
to crom...@googlegroups.com
I found this one m\cromemco\code\editor\Screen Editor\collection\scvt100.com, but I get:

A.scvt100
Invalid jump to location 0008H

when I run it.  I haven't looked into it too hard yet.


Roger Hanscom

unread,
Feb 28, 2025, 9:32:32 PM2/28/25
to crom...@googlegroups.com
Here are the files on my Z80 Cromix memory stick that I use to boot with.  The Gotek is A:, and B:->D: are 5.25" HD floppy drives.

Roger

FDISK.ZIP
Reply all
Reply to author
Forward
0 new messages