home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / Information / GEOINSTALL.CVT (.txt) < prev    next >
Encoding:
GEOS ConVerT  |  2019-04-13  |  10.3 KB  |  72 lines

  1. geoInstallation
  2. PRG formatted GEOS file V1.0
  3. StarSG10LM
  4. BLASTER'S CONVERTER V2.5
  5. Write Image V2.1
  6. geoWrite    V2.1
  7. .font id $da, chart page 3
  8. 6@geoInstallation
  9. 6@DAWUD AHMAD
  10. December 7, 1991
  11. By purchasing a few used C64 systems, I accumulated nearly every GEOS version and Application for the C64, including considerable duplication of Installed original disks keyed to their respective GEOS boot disks with six (count 'em, SIX) distinct serial numbers.  Until recently, this meant that when I wanted to stop working in one Application and move to another, I had to shut down and completely re-boot with the appropriate boot disk -- presuming I could figure out in advance which one to use. 
  12. To be fair, the BSW people were cooperative -- all I had to do was send my newly-acquired original disks with a nominal (and fair) fee, they would send replacement new disks.  Meanwhile, no System:  I couldn't copy the 2.0 boot disks.  So I wrote a program in BASIC to compare two disks.  To make a long story short, all of my GEOS systems and Applications are now operating in concert.  Since C64s are selling right and left at bargain-basement prices, other C64 users are likely to run into the same problem I did:  here's how is works and how to solve it.
  13. 6@GEOS Installation
  14. Clerks -- that is, the middle 80% of America's executive class -- are notorious for scrounging office supplies from each other.  Today, the prime office supply item is good software for dithering the corporate ``paper,'' which is now electronically-stored, -produced, -transmitted, and -handled computer files.  That includes software that some other clerk is dreaming of retiring on, when enough businesses buy it.  But clerks don't buy what they can readily scrounge:  if you 
  15. really
  16.  want to retire this way, you make your software copy-proof, not an easy task.  But bless their hearts, they try.
  17. Software is thus serial numbered on production or on Installation, by the operating system of the computer it runs on, and some higher-end computers and communications devices have a hard-wired serial number and transmission protocol that identifies them automatically to both their Applications software and any telecommunications, mainframe or Local Area Network they may access.  This authentication in some systems takes place on an interrupt cycle, more or less continuously -- with GEOS for the C64, it occurs on booting, Installation, and each time you run an Installed Application in your GEOS environment.
  18. When you boot GEOS, it checks its own disk.  After verifying the authenticity of the Boot Disk, GEOS checks its own serial number and, if it doesn't have one, generates one.  With 65,535 distinct possibilities, the chances that your serial matches 
  19.  of the other fifty in town is roughly one in 1300 and doesn't improve that much with 100 other GEOS users around.  So when you go buy another, first determine which of your systems has the highest version of GEOS -- 1.0, 1.2, 1.3, 1.5, 2.0 and 2.0r are out there.  Then use a good sector editor to locate and change the encrypted serial numbers in each of your unduplicated Applications Installed on the lesser GEOS System.
  20. At least eleven BSW Applications are Installed.  Programmers may develop additional Installed Applications (I plan to), which will have to work the same way the BSW Applications do:  when first run in the GEOS environment, GEOS finds a two-byte value in the serial number location of the Application, fetches its own serial number and performs an EOR with the low bytes and another EOR with the high bytes and places the results back into the Application file.  When next run, GEOS finds the properly-encrypted serial number and the Application will then run.
  21. Your procedure is relatively straightforward:  before yo
  22. finds the properly-encrypted serial number and the Application will then run.
  23. Your procedure is relatively straightforward:  before you run an Application, write-protect and copy it to a completely clean disk.  Use a copy program or use GEOS -- or use both.  When you are satisfied that you have a copy, remove the write protect and Install the Application.  Then make a copy of the Installed Application on 
  24. another
  25.  clean disk -- use the same method you used to copy the unInstalled Application.  Compare the two copies with a disk comparison utility -- easily written in BASIC but slow -- and you will identify one pair of bytes that have changed.  (On most geoApplications, you will find that some VLIR records [or the whole file] has been written to new sectors -- the pair is usually isolated elsewhere.)
  26.   The original bytes are the EOR values, the new bytes are those values EOR'd with the serial number bytes of your GEOS kernal.
  27. On some Applications, you will also find a two-byte value at $de of the disk BAM sector.  This value is your GEOS serial number rotated one bit left -- %0000 1100 %0100 1101 becomes %0001 1000 1001 1010, for example.
  28. Once you identify the changed bytes in an Application, go to the starting track and sector in the directory entry, which is either the first sector of a Sequential file or a table of pointers to Variable Length Indexed Records (VLIR), each of which is a sequential file.  Find the altered sector in terms of VLIR (Record) Number and sequential sector within the record -- this will enable you to find it again on any GEOS systems work disks you might later acquire.
  29. Or be patient -- send $5 and your original disk to BSW and start fresh:  if you make a mistake with this, your Applications will not run.
  30. geoUpdate
  31. May 24, 1994
  32. BSW has departed to the great pie-in-the-sky land where those who program Operating Systems insulate the great unwashed from the workings of the computer, anounting themselves as Keepers of the Silicon Mysteries and laughing all the way to the bank.  Fortunately, Creative Micro Designs [PO Box 646, East Longmeadow, MA 01028-0646 (413) 525-0023] has inherited the store and requires its employees to swear allegiance to the C64/1541 and other, lesser, CBM gadgetry, promising eternal fidelity and unlimited information.  They also have solutions to every conceiveable C64 problem, including RAM expansions (up to 16 mByte, in increments) and less-noxious DeskTop replacements that (presumably) are not so finicky about serial number matches and such-like.  Equally fortunately,  Software Support International [2700 Andresen Road -- that's AndREsen Road, Suite A-10, Vancounver WA 98661 (206) 695-9648] has a full range of CBM support, including Maverick v5, which includes GEOS support.
  33. So I made new Boot Disks for my GEOS 2.0 and 2.0r and put all my original disks away (25 of them).  Since then, I acquired geoBasic, which gave me no ``Application Installed'' message -- but then, I had forgotten to make a copy before running it anyway.
  34. So now I wonder -- are new applications even bothering with the ID type of copy protection, or have they figured out that the effort spent in vain to attempt protection is better spent in improving the product?
  35. Tables follow, in wider format for printing.
  36. inds a two-byte value in the serial number location of the Application, fetches its own serial number and performs an EOR with the lo
  37. For convenience, here are the GEOS Installation values located to date (12/7/91):
  38. Kernal/Application,    Disk Name,    Track/    vlir, sector    Original or
  39. Version, Date          Version, Disk/Side    Sector    and location    EOR Value
  40. geos kernal v1.0    GEOS V1.0, v1.0, A    t2s8    vlir2s8 $95    $00 $00
  41. geos kernal v1.2,     GEOS V1.2, v1.2, A    t2s17    vlir1s16 $47    $00 $00
  42. geos kernal v1.3    ??
  43. geos kernal v1.5    ??
  44.     NOTE:  the following kernal versions use three bytes, the third becomes $ff:
  45. geos kernal v2.0, 7/6/88    System v2.0 1A    t20s5    vlir1s15 $c5    $00 $00 $00
  46.         Backup System v2.0 2A    t19s17    vlir1s15 $c5    $00 $00 $00
  47. geos kernal v2.0r    System v2.0r, 1A    t19s0    vlir1s15 $c5    $00 $00 $00
  48.         Backup System v2.0r 2A    t19s0    vlir1s15 $c5    $00 $00 $00
  49. geoAssembler v1.1 11/2/87    GEOPROG, A    t13s6    vlir3s2 $87    $0c $0c
  50. geoCalc v1.0, 8/31/87    GEOCALC, A    t14s3    vlir4s4 $c9    $ad $ad
  51. geoDebugger v1.0, 11/2/87    GEOPROG, A    t19s10    vlir1s16 $4d    $00 $00
  52. geoDex v1.0, 10/31/86    GEODEX, A    t1s16    (seq)s1 $53    $00 $00
  53. geoFile v?.?    ??    ??    vlir?s? $bd    $de $de
  54.     v1.4, 1/11/89    ??    ??    vlir2s6 $4d    $de $de
  55. geoLinker v1.1, 11/2/87    GEOPROG, A    t16s13    vlir3s2 $a1    $0c $0c
  56. geoMerge v1.0, 10/21/86    GEODEX, A    t5s8    vlir1s57 $75    $00 $00
  57.     v2.0, 10/21/86    geoWrite Wrkshop, A    t15s20    vlir1s1 $3c    $00 $00
  58.     v2.1, 4/20/88    Write Utilities, v2.0 3A    t15s3    vlir1s1 $3c    $00 $00
  59.     v2.1, 7/6/88     Write Utilities, v2.0 3A    t15s3    vlir1s1 $3c    $00 $00
  60. geoPublish v1.0, 10/4/88    geoPublish front, A    t12s8    vlir9s3 $98    $65 $65
  61. geoSpell v1.1, 5/4/88    GEOSPELL, 2.0 3B    t23s14    vlir3s2 $da    $69 $69
  62. geoWrite v1.3, 10/5/86    GEOS Drivers*    ??    ??    ??
  63.     v2.1, 3/8/88    geoWrite Wrkshop, A    t3s10    vlir2s8 $84    $de $de
  64.     v2.1, 7/6/88    Applications, 2.0 2B    t14s13    vlir2s8 $84    $de $de
  65. graphics grabber
  66.     v1.0, 10/10/86    Desk Pack 1, A    t20s4    (seq)s1 $48    $00 $00
  67.     v2.2, 10/4/88    Publish Disk 2, A    t9s16    (seq)s1 $41    $00 $00
  68. This is NOT a complete list of Installed Applications:  it is likely that geoLaser and geoPubLaser are also Installed, as well as others.  The safe way is to copy every Application before you attempt to run it for the first time, then compare the files whether or not you get a ``geoApplication Installed'' message.  Then let me know what you learn.
  69. DAWUD AHMAD
  70. PO Box 231
  71. Springdale, Washington 99173
  72.