Path: utzoo!utgpu!jarvis.csri.toronto.edu!neat.cs.toronto.edu!ois.db.toronto.edu!jonah Newsgroups: comp.arch From: jonah@db.toronto.edu (Jeffrey Lee) Subject: (none) Message-ID: <90Feb13.190907est.2845@ois.db.toronto.edu> Date: 14 Feb 90 00:09:56 GMT Lines: 13 Newsgroups: comp.arch Subject: Re: the Multics from the black lagoon :-) References: <8859@portia.Stanford.EDU> <20571@watdragon.waterloo.edu> <49956@sgi.sgi.com> <4791@helios.ee.lbl.gov> <2093@crdos1.crd.ge.COM> <1990Feb7.221800.804@utzoo.uucp> <2106@crdos1.crd.ge.COM> <1990Feb12.204658.18336@utzoo.uucp> <131761@sun.Eng.Sun.COM> <90Feb13.175832est.2845@ois.db.toronto.edu> I wrote: > if (pagealigned(buffer) and multipage(buffer)) { which should have been: if (pagealigned(buffer) and pagemultiple(buflen)) { Sigh.