9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Chris Locke <chris@vitanuova.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] inferno
Date: Tue, 19 Sep 2000 13:26:20 +0000	[thread overview]
Message-ID: <969368870.4878.0.nnrp-10.d4f0e306@news.demon.co.uk> (raw)
In-Reply-To: <20000919095939.1B073199D1@mail>


Simple fix to Charon that gets slashdot going
and also fixes some other layout probs...

in the file:
	/appl/charon/layout.b
function:
	relayout(...)
change the line:
			ff.y = 10000;
to read:
			ff.y = 16r6fffffff;

then run 'mk install'
or just limbo layout.b and move the .dis file to /dis/charon
under the Inferno root.

NOTE:
Making local changes like this will upset install/inst [see inst(1)]
when it comes to install an update to the 'inferno' package.
It will spot that the file has been locally modified and not overwrite
it with the latest version.
To get around this, make a copy of layout.b before you modify it.
When we make our next update available (in a few weeks time)
copy the old layout.b back into place so as the update installation
works properly.

Normally this fix would be done via Vita Nuova issuing 'updates',
so the crud about keeping a copy wouldn't be necessary,
but I felt that some of you would want this fix ASAP.

Cheers,

Chris.



  parent reply	other threads:[~2000-09-19 13:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-19  9:59 rog
2000-09-19 13:16 ` andrey mirtchovski
2000-09-19 13:26 ` Chris Locke [this message]
2000-09-19 17:00   ` Scott Schwartz
  -- strict thread matches above, loose matches on Subject: below --
2000-09-19  9:13 forsyth
2000-09-19  8:41 miller
2000-09-19  3:22 andrey mirtchovski

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=969368870.4878.0.nnrp-10.d4f0e306@news.demon.co.uk \
    --to=chris@vitanuova.com \
    --cc=9fans@cse.psu.edu \
    /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).