9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: bob flandrena bobf@plan9.bell-labs.com
Subject: [9fans] Ghostscript 5.10
Date: Tue, 24 Feb 1998 14:02:20 -0500	[thread overview]
Message-ID: <19980224190220.9B2_jql4F6aJeT4IyeUdASBB38o5ZCGwSFtPh-XITGo@z> (raw)

> 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.





             reply	other threads:[~1998-02-24 19:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-02-24 19:02 bob [this message]
  -- strict thread matches above, loose matches on Subject: below --
1998-04-14 14:44 Nigel
1998-04-14 14:09 Scott
1998-04-14  6:43 Nigel
1998-03-12  9:55 Nigel
1998-03-11 23:41 Scott
1998-02-23  8:27 Nigel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19980224190220.9B2_jql4F6aJeT4IyeUdASBB38o5ZCGwSFtPh-XITGo@z \
    --to=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).