From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ec21c3c7cdc7ff3e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns14feed!worldnet.att.net!204.71.34.3!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: private types Date: 19 Mar 2006 11:43:29 -0600 Organization: Berbee Information Networks Corporation Message-ID: References: <1142279908.327131.230200@j52g2000cwj.googlegroups.com> <1259548.CMTukHGvVZ@linux1.krischik.com> <1172812.9zPbPKbdVq@linux1.krischik.comOrganization: LJK Software NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1142790205 19985 192.135.80.34 (19 Mar 2006 17:43:25 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sun, 19 Mar 2006 17:43:25 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:3454 Date: 2006-03-19T11:43:29-06:00 List-Id: In article <1172812.9zPbPKbdVq@linux1.krischik.com>, Martin Krischik writes: > Modern OS don't map the first memory page to the process so access will > result in an error. But they only do that to ease up C/C++ development. > There is no other reason. Some operating systems map the first memory page to the process to aid LISP development. Pity the person whose program uses both languages.