From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5e34b3d02a473e46fc69b39ab2f1a5c3@collyer.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] 9pcf panic Date: Sun, 4 Jun 2006 02:19:52 -0700 From: geoff@collyer.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 5a5b0d9a-ead1-11e9-9d60-3106f5b1d025 > I have received a private mail from geoff@collyer.net: > > [...] New kernels load at virtual 0xf000000, not 0x8000000. I seem to have miscounted the number of zeroes in those addresses; they should be 0xf0000000 and 0x80000000, respectively, per /sys/src/9/pc/mem.h: #define KZERO 0xF0000000 /* base of kernel address space */ Or, in IPv6 notation, the addresses would be 0xf:: and 0x8::.