From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 24 Feb 1998 14:02:20 -0500 From: bob flandrena bobf@plan9.bell-labs.com Subject: [9fans] Ghostscript 5.10 Topicbox-Message-UUID: 72771e36-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19980224190220.9B2_jql4F6aJeT4IyeUdASBB38o5ZCGwSFtPh-XITGo@z> > Since the 386 kbase is 0x80100000 executables of more than a megabyte > may pass this test. > > In consultation with forsyth we think that > > if (entrypoint >= kbase) > > might be closer to the truth. Or even, > > if ((entrypoint & kbase) == kbase) we use the latter test in our code. we changed this a couple of years ago; i can't remember exactly how we found it, but it was probably similar circumstances.