From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <119bbd8c2cc923c92f0b95b202cfac5d@coraid.com> From: erik quanstrom Date: Thu, 7 Jun 2007 08:27:02 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] how to use 9loaddebug In-Reply-To: <82c890d00706070050k70262102l2b33a137168d4239@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 7a5f8980-ead2-11e9-9d60-3106f5b1d025 did the original 9load hang witout printing anything? "PBS2..." is printed by pbslba. you might not be successfully loading/jumping to 9load at all. one thing you can do is add i8042a20(); memset(m, 0, sizeof(Mach)); + consinit("0", 0); + print("9load started\n"); right at the top of 9load. if you don't get there, the the problem is in pbslba. - erik