From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <29290307fdfdc15c5b7968f057ffbf52@swtch.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] quick stupid question From: "Russ Cox" Date: Mon, 5 Jun 2006 19:41:53 -0700 In-Reply-To: <20060606013440.GC27456@submarine> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 5ad20cce-ead1-11e9-9d60-3106f5b1d025 > does exactly what you've mentioned: 'scr = &vgascreen[0];' but the problem > is -- scr never gets written to, which means there's not way vgascreen could > be initialized. grep 'scr->[a-z]+ =' /sys/src/9/pc/*.c screen.c, devvga.c, also various vga*.c. russ