Mercurial > hg > Members > kono > nitros9-code
changeset 738:7bac2d08d4bd
Made more explicit ReadMe
Modified install scripts
author | boisy |
---|---|
date | Mon, 06 Jan 2003 00:03:13 +0000 |
parents | f5740daaf828 |
children | f49cdd938ad3 |
files | 3rdparty/packages/basic09/ReadMe 3rdparty/packages/basic09/install6309 3rdparty/packages/basic09/install6809 |
diffstat | 3 files changed, 47 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/basic09/ReadMe Sun Jan 05 23:58:30 2003 +0000 +++ b/3rdparty/packages/basic09/ReadMe Mon Jan 06 00:03:13 2003 +0000 @@ -1,12 +1,47 @@ -INSTALLATION -============ -The installation scripts assume that /DD/CMDS is the target directory. -If this is not the case for your system, then edit the scripts accordingly. +Package: Basic09 1.1.0 +Release Date: January 5, 2003 + +This release of Basic09 for the Tandy Color Computer 1/2/3 represents +the first community-based release since the discontinuation of the CoCo +in the 1980s. + +What's New +========== +Other than 6309 support, there aren't any significant changes to Basic09. +RunB for 6309 and 6809 are almost identical, and only differ by one byte, +which is due to the register stack differences of the 6309. The Basic09 +module for each processor differs considerably, however. + +The 6309 verison of Basic09 is optimized for the 6309 processor and should +be noticably faster than its 6809 counterpart. + +With additional integration work, the 6309 version of RunB will contain +the same 6309 optimizations as Basic09. This will appear in a future release +of this package. + +The gfx, syscall and inkey subroutine modules are also included, as well +as gfx2, the graphics module for OS-9 Level Two and NitrOS-9. -To install Basic09 for the 6809, type: +Installation +============ +1. Change into the directory that holds the diskette: - chd /d0; install6809 + chd /d0 + +2. Included in the package are two install scripts: install6809 and +install6309. Both scripts will copy modules to the /DD device. Run +the script that corresponds to your processor. -For 6309 installation, type: +3. Once the script is complete, all modules should be in the appropriate +places on your /DD device. + +4. For OS-9 Level Two systems, you may want to merge runb, gfx2, gfx, +syscall and inkey together for better memory usage with packed Basic09 +programs. To do this, type: - chd /d0; install6309 + chd /dd/cmds + merge runb gfx2 gfx syscall inkey>new_runb + del runb + rename new_runb runb + attr runb e pe +
--- a/3rdparty/packages/basic09/install6309 Sun Jan 05 23:58:30 2003 +0000 +++ b/3rdparty/packages/basic09/install6309 Mon Jan 06 00:03:13 2003 +0000 @@ -1,7 +1,7 @@ -x t ********************************************** -* Basic09 Install Script for the CoCo 3 w/ 6309 +* Basic09 Install Script for the CoCo w/ 6309 * Files are copied to the /DD device * * Deleting old objects from /DD/CMDS, if any @@ -13,8 +13,7 @@ del /DD/CMDS/syscall * Copying commands to /DD/CMDS copy CMDS/basic09_6309 /DD/CMDS/basic09 -merge CMDS/runb_6309 CMDS/gfx CMDS/gfx2 CMDS/inkey CMDS/syscall>/DD/CMDS/runb -attr /DD/CMDS/runb pe -pw -pr e w r +copy CMDS/runb_6309 /DD/CMDS/runb copy CMDS/gfx /DD/CMDS/gfx copy CMDS/gfx2 /DD/CMDS/gfx2 copy CMDS/inkey /DD/CMDS/inkey
--- a/3rdparty/packages/basic09/install6809 Sun Jan 05 23:58:30 2003 +0000 +++ b/3rdparty/packages/basic09/install6809 Mon Jan 06 00:03:13 2003 +0000 @@ -1,7 +1,7 @@ -x t ********************************************** -* Basic09 Install Script for the CoCo 3 w/ 6809 +* Basic09 Install Script for the CoCo w/ 6809 * Files are copied to the /DD device * * Deleting old objects from /DD/CMDS, if any @@ -13,8 +13,7 @@ del /DD/CMDS/syscall * Copying commands to /DD/CMDS copy CMDS/basic09_6809 /DD/CMDS/basic09 -merge CMDS/runb_6809 CMDS/gfx CMDS/gfx2 CMDS/inkey CMDS/syscall>/DD/CMDS/runb -attr /DD/CMDS/runb pe -pw -pr e w r +copy CMDS/runb_6809 /DD/CMDS/runb copy CMDS/gfx /DD/CMDS/gfx copy CMDS/gfx2 /DD/CMDS/gfx2 copy CMDS/inkey /DD/CMDS/inkey