From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Mouse cursor is too large. From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 1 Oct 2002 19:16:14 -0400 Topicbox-Message-UUID: facb6506-eaca-11e9-9e20-41e7f4b1d025 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