Code Monkey home page Code Monkey logo

Comments (3)

agn453 avatar agn453 commented on August 18, 2024 1

The only silly question is the one you don't ask.

By the way, I realised getting the updated FIT program onto a system without DECnet networking or Kermit (serial line file transfer) is difficult. There's a copy of the updated sourcecode for FIT on the ZEMU disk too. You can get it installed (assuming the rl02-zemu25.dsk is attached to rl3) using -

$ allocate dl3:
$ fit sy:fit.bas=dl3:fit.bas/rt
$ fit sy:fitbld.com=dl3:fitbld.com/rt
$ @fitbld
$ rename auxlib$:fit.tsk auxlib$:fitold.tsk
$ copy fit.tsk auxlib$:
$ deallocate dl3:

from rsts-e.

agn453 avatar agn453 commented on August 18, 2024

The ZEMU disk image is in RT-11 format and cannot be mounted as a native RSTS format disk with the MOUNT command. Also, I assume you mistyped your entry from the simh initialisation file - the type of disk should be RL02 and not "rl03".

To access the files from an RT-11 formatted disk, you need to use the FIT program. There is an updated binary of FIT.TSK that corrects a date issue (see the README.md file). Once you've installed this you can use commands like -

$ allocate dl3:
$ fit dl3:/rt/li

to list the RT-11 directory.

If you get an error like "?Not a valid device", then you will need to do a SYSGEN to configure at least four DL disk devices into the running monitor (I'm not sure if this is the default - there may only be 2 units available and $ show dev dl will confirm this).

To copy the files onto the RSTS system disk, I suggest you create a user account specifically for them, then copy all the files across using FIT. (again, the README.md has sample commands).

You should look at the ZEMU.DOC file for details on how to get it running.

Tony

from rsts-e.

aniellod avatar aniellod commented on August 18, 2024

Thanks Tony for answering my silly question so quickly. I thought RL was the disk type and the number simply the disk number.

from rsts-e.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.