Ira Goldklang's TRS-80 Revived Site

TRS-80 Revived Site by Ira Goldklang's is an archive of everything related to the Tandy Radio Shack TRS-80 microcomputer lines. Site contains emulators, programs, manuals, books, patches, games, hints, discussions, questions, forums, and tons more.

Running DOS Based TRS-80 Emulators in LINUX

by @ 5:07 pm on July 10, 2011.
[Model I]      [Model III] Running DOS Emulators in Linux     [Model 4]      [Model 100]



Running DOS Based TRS-80 Emulators in LINUX – By Larry Kraemer
     
  •  
  • How-To Guide: Running SDLTRS under Linux.
         
  •  
  • How-To Guide: Running XTRS under Linux.
         
  •  
  • How-To Guide: Running MYZ80 under Linux.
         
  •  
  • How-To Guide: Running David Keil’s DOS under Linux.


    Step By Step Instructions on How to Use a Downloaded File (XTRS)
    01.  Click here to download xtrs. Install it on your machine.
    02. Download the file you want from the internet to your home directory. Let’s assume it’s called filename.cmd.
    03. Click here to download a Model I boot disk. Save it in your home directory.
    04. Go to a shell and type cd to go to your home directory.
    05. unzip -L ldos531.zip
    06. ln -s ldos1.dsk disk1-0
    07. Find the file utility.dsk that came with xtrs. If you aren’t sure where it is, type locate utility.dsk to find it. Make a symbolic link from that file to disk1-1. That is, if the full name of the file is /usr/share/xtrs/utility.dsk, type ln -s /usr/share/xtrs/utility.dsk disk1-1.
    08. mkdisk dskimage.dsk
    09. ln -s dskimage.dsk disk1-2
    10. Start the emulator: xtrs -model 1 -diskdir .
    11. LDOS will boot. Type the next commands inside the emulator.
    12. Enter a valid time and press [ENTER].
    13. SET *KI KI
    14. format :2
    The next steps depend on whether you want to run a BASIC or a CMD file …
    .. For a CMD File called filename/cmd
    15. import filename.cmd filename/cmd:2
    16. filename:2
    .. For a BASIC File called filename/bas
    15. import filename.bas filename/bas:2
    16. basic
    17. run”filename/bas:2″

    Leave a Reply

    [Ira Goldklang's TRS-80 Revived Site is proudly powered by WordPress.]