Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!att!lzaz!hcj From: hcj@lzaz.ATT.COM (HC Johnson) Newsgroups: comp.os.minix Subject: Re: MINIX-ST 1.1 patch #12: source fixes for /usr/lib/cv Summary: Thanks Johan, this one works. Message-ID: <639@lzaz.ATT.COM> Date: 19 Jun 89 14:28:28 GMT References: <259@nlgvax.UUCP> Organization: AT&T ISL Lincroft NJ USA Lines: 24 In article <259@nlgvax.UUCP>, johan@nlgvax.UUCP (Johan Stevenson) writes: > > Because of still more problems with the loadfile conversion program > I decided to post the sources. This part of the compiler kit is fully > designed for MINIX ST, so has no direct relation to the full > Amsterdam Compiler Kit, copyrighted by the Vrije Universiteit. > Hopefully posting helps to get the last bugs out. Please let me know > of any, so I can correct the master copy accordingly. I've build this version and it works on kernel pieces that failed on the previous version. Some casual observations on the program. 1. it does not use fread, and should survive 'large programs' 2. it uses calloc, which while it claims to accept an unsigned int, DOES NOT. This limits cv to handling a program of total size = 32K X 8 == 256K (this is the space occupied by relocatables). Thank you Johan for both repairing and posting this program. Howard C. Johnson ATT Bell Labs att!lzaz!hcj hcj@lzaz.att.com