From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <82c890d00706070534q649a8a00we679c766e3afc963@mail.gmail.com> Date: Thu, 7 Jun 2007 14:34:34 +0200 From: "Gabriel Diaz" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] how to use 9loaddebug In-Reply-To: <119bbd8c2cc923c92f0b95b202cfac5d@coraid.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <82c890d00706070050k70262102l2b33a137168d4239@mail.gmail.com> <119bbd8c2cc923c92f0b95b202cfac5d@coraid.com> Topicbox-Message-UUID: 7a639b60-ead2-11e9-9d60-3106f5b1d025 hello the problem was what russ said, now i have it working again, thanks gabi On 6/7/07, erik quanstrom wrote: > 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 > > >