From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <801ec1c11009eeece25aa4df5dc35b54@quanstro.net> From: erik quanstrom Date: Tue, 15 Aug 2006 14:42:32 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] 9fs nvr file In-Reply-To: <01909f418a72154da5ea74f8418ab088@plan9.bell-labs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: a00b9526-ead1-11e9-9d60-3106f5b1d025 okay. 9load was confusing me. even though my syntax is still a bit off, i think the hd!randomstring!plan9.nvr was interpreted correctly. i dissassembled the part with the page fault dissassembled the offending line unit = sdunit[index] as MOVL 0x0(DX)(AX*4),AX since ax = 0 and dx=0, i can see why this faulted. but i have no idea why sdunit was nil. - erik