9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Mouse cursor is too large.
Date: Tue,  1 Oct 2002 19:16:14 -0400	[thread overview]
Message-ID: <b6a561fdfa2331a37ebdea3b80656b1c@plan9.bell-labs.com> (raw)

You have to recompile your kernel.

Edit /sys/src/9/pc/vgas3.c to add "case 0x8D02:"
to both switches in s3load.  Then do:

	cd /sys/src/9/pc
	mk 'CONF=pcdisk'

That builds 9pcdisk.  Run

	9fat:
	acme -c1 /n/9fat/plan9.ini

and, right after the bootfile=sdC0!fs!/386/9pcdisk
line, add

	bootfile=sdC0!fs!/sys/src/9/pc/9pcdisk

Then when you boot again, you'll get a choice
of kernel.  If the changed kernel works, you can
then copy /sys/src/9/pc/9pcdisk to /386/9pcdisk
and remove the extra line.

Russ



             reply	other threads:[~2002-10-01 23:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-01 23:16 Russ Cox [this message]
2002-10-02 16:17 ` Vester Thacker
  -- strict thread matches above, loose matches on Subject: below --
2002-10-03 14:25 Vester Thacker
2002-10-02 16:26 Russ Cox
2002-10-03  8:46 ` Adrian Tritschler
2002-10-02 16:09 Russ Cox
2002-10-01 15:22 Russ Cox
2002-10-01 23:04 ` Vester Thacker
2002-10-02  9:01 ` Adrian Tritschler
2002-10-01 13:11 Vester Thacker
2002-10-01 14:51 ` Philippe Anel

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=b6a561fdfa2331a37ebdea3b80656b1c@plan9.bell-labs.com \
    --to=rsc@plan9.bell-labs.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).