Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 alpha 4/15/85; site loral.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!ittatc!dcdwest!sdcsvax!sdcc3!sdcc6!loral!dml From: dml@loral.UUCP (Dave Lewis) Newsgroups: net.micro.6809 Subject: Re: OS9Gen, double sided boot disks Message-ID: <1004@loral.UUCP> Date: Mon, 20-Jan-86 10:59:11 EST Article-I.D.: loral.1004 Posted: Mon Jan 20 10:59:11 1986 Date-Received: Thu, 23-Jan-86 20:56:18 EST References: <1003@loral.UUCP> Reply-To: dml@loral.UUCP (Dave Lewis) Distribution: net.micro.6809 Organization: Loral Instrumentation, San Diego Lines: 31 Keywords: Version 2 Summary: Minor bug ------------------------------- There are a few wrong symbols in the posted version of OS9Gen2. At the beginning, the Version 2 kernel equates should be: IFEQ VERSION-2 KERNSECT EQU 16 Number of sectors required by kernel file KERNADDR EQU $EF00 Address of kernel in memory KERNSIZE EQU $1000 Size of kernel file ELSE The stuff after ELSE is for Version 1 and is OK as is. NewDisk does not work under Version 2. The V2 CCDisk uses the new virtual interrupt scheme to time-out the disk spindle motors; I tried sticking the code into NewDisk but it locked up the system after the first access. I'll need the Version 2 system call documentation to do anything further, and the local Radio Shack professes total ignorance when asked about it. The newsgroup is silent once more. These programs are the only traffic I've seen in two weeks. Where is everybody? ------------------------------- Dave Lewis Loral Instrumentation San Diego sdcc6 ---\ gould9 --\ ihnp4 ---->-->!sdcc3 ---->--->!loral!dml (uucp) sdcrdcf -/ sdcsvax -/ A portable program is one that will exhibit the same bugs on many different computers. -------------------------------