9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] 9pcf panic
@ 2006-06-04  9:19 geoff
  2006-06-05 17:42 ` Rodolfo (kix)
  0 siblings, 1 reply; 5+ messages in thread
From: geoff @ 2006-06-04  9:19 UTC (permalink / raw)
  To: 9fans

> 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::.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] 9pcf panic
  2006-06-04  9:19 [9fans] 9pcf panic geoff
@ 2006-06-05 17:42 ` Rodolfo (kix)
  2006-06-05 18:00   ` Rodolfo (kix)
  0 siblings, 1 reply; 5+ messages in thread
From: Rodolfo (kix) @ 2006-06-05 17:42 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

Hi,

I have this problem, but I don't know who solve it.

What I need to modify?

Thanks.

2006/6/4, geoff@collyer.net <geoff@collyer.net>:
>
> > 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::.
>



-- 
Rodolfo García "kix"

[-- Attachment #2: Type: text/html, Size: 1119 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] 9pcf panic
  2006-06-05 17:42 ` Rodolfo (kix)
@ 2006-06-05 18:00   ` Rodolfo (kix)
  0 siblings, 0 replies; 5+ messages in thread
From: Rodolfo (kix) @ 2006-06-05 18:00 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 822 bytes --]

cp /386/9load /n/9/9LOAD

and now is ok.



2006/6/5, Rodolfo (kix) <rodolfogarciap@gmail.com>:
>
> Hi,
>
> I have this problem, but I don't know who solve it.
>
> What I need to modify?
>
> Thanks.
>
> 2006/6/4, geoff@collyer.net < geoff@collyer.net>:
>
> > > 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::.
> >
>
>
>
> --
> Rodolfo García "kix"
>



-- 
Rodolfo García "kix"

[-- Attachment #2: Type: text/html, Size: 1873 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] 9pcf panic
  2006-06-02  6:14             ` [9fans] 9pcf panic arisawa
@ 2006-06-02  8:47               ` arisawa
  0 siblings, 0 replies; 5+ messages in thread
From: arisawa @ 2006-06-02  8:47 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello,

I wrote:
> The latest 9pcf (Apr 16 21:53) on
> /n/sources/plan9/386
> makes panic: exception/interrupt 14

I have received a private mail from geoff@collyer.net:
> Hi. That sounds like a 9load problem.  If you haven't updated your
> kernel for a while, you may need to update your 9load too.  New
> kernels load at virtual 0xf000000, not 0x8000000.  The new 9load can
> load old and new kernels, but the old 9load can only load old kernels.
which have resolved my problem.

Thanks Geoff.

Kenji Arisawa



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [9fans] 9pcf panic
  2006-06-02  0:24           ` David Leimbach
@ 2006-06-02  6:14             ` arisawa
  2006-06-02  8:47               ` arisawa
  0 siblings, 1 reply; 5+ messages in thread
From: arisawa @ 2006-06-02  6:14 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello,

The latest 9pcf (Apr 16 21:53) on
/n/sources/plan9/386
makes panic: exception/interrupt 14

I confirmed on three PCs

Kenji Arisawa



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-06-05 18:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-04  9:19 [9fans] 9pcf panic geoff
2006-06-05 17:42 ` Rodolfo (kix)
2006-06-05 18:00   ` Rodolfo (kix)
  -- strict thread matches above, loose matches on Subject: below --
2006-06-01  5:22 [9fans] *poof* Russ Cox
2006-06-01  7:11 ` LiteStar numnums
2006-06-01 12:50   ` andrey mirtchovski
2006-06-01 20:34     ` Christoph Lohmann
2006-06-01 22:28       ` Latchesar Ionkov
2006-06-01 22:40         ` Christoph Lohmann
2006-06-02  0:24           ` David Leimbach
2006-06-02  6:14             ` [9fans] 9pcf panic arisawa
2006-06-02  8:47               ` arisawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).