9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Kernel compile error
@ 2006-01-20 16:39 ISHWAR RATTAN
  2006-01-20 16:42 ` Federico G. Benavento
  0 siblings, 1 reply; 7+ messages in thread
From: ISHWAR RATTAN @ 2006-01-20 16:39 UTC (permalink / raw)
  To: 9fans


I was able to make an old (vmware-4.5.1 based) install of Plan 9
with vmplayer. After that I did replica/pull to update but an
attempt to compile kernel after update using (old copy of pcf)

   mk 'CONF=pcf' in /sys/src/9/pc

results in error message

  ...
  size pcf
  e8120scan: udefined: realmode in e280scan
  mk: 8c -FVW '-DKERNDATE='`{date... :exit status=rc 130211: 8l 130215: error

-ishwar


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

* Re: [9fans] Kernel compile error
  2006-01-20 16:39 [9fans] Kernel compile error ISHWAR RATTAN
@ 2006-01-20 16:42 ` Federico G. Benavento
  2006-01-20 17:27   ` ISHWAR RATTAN
  2006-01-20 18:42   ` "Nils O. Selåsdal"
  0 siblings, 2 replies; 7+ messages in thread
From: Federico G. Benavento @ 2006-01-20 16:42 UTC (permalink / raw)
  To: 9fans

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

add "realmode" in the "link" section of the config

link
	realmode

[-- Attachment #2: Type: message/rfc822, Size: 3516 bytes --]

From: ISHWAR RATTAN <rattan@cps.cmich.edu>
To: 9fans@cse.psu.edu
Subject: [9fans] Kernel compile error
Date: Fri, 20 Jan 2006 11:39:51 -0500 (EST)
Message-ID: <Pine.GSO.4.61.0601201132170.14971@cps210.cps.cmich.edu.>


I was able to make an old (vmware-4.5.1 based) install of Plan 9
with vmplayer. After that I did replica/pull to update but an
attempt to compile kernel after update using (old copy of pcf)

   mk 'CONF=pcf' in /sys/src/9/pc

results in error message

  ...
  size pcf
  e8120scan: udefined: realmode in e280scan
  mk: 8c -FVW '-DKERNDATE='`{date... :exit status=rc 130211: 8l 130215: error

-ishwar

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

* Re: [9fans] Kernel compile error
  2006-01-20 16:42 ` Federico G. Benavento
@ 2006-01-20 17:27   ` ISHWAR RATTAN
  2006-01-20 17:29     ` Federico G. Benavento
  2006-01-20 18:42   ` "Nils O. Selåsdal"
  1 sibling, 1 reply; 7+ messages in thread
From: ISHWAR RATTAN @ 2006-01-20 17:27 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

After adding the realmode line the image is created but
now there is an error when booted from this image:

...
found 9pcf
.73525FLAGS=10246 TRAP=e ECODE=2 PC=8003bde
  AX 70100020 BX 00000000 CX 000007f8 DX 800540c4
  SI 800520e4 DI 70100020 BP 800540c4
  CS 0010 DS 0008 ES 0008 FS 0008 GS 0008
  CR0 80000011 CR2 70100020 CR3 0000c000
  ...
panic: exception/interrupt 14

-ishwar
On Fri, 20 Jan 2006, Federico G. Benavento wrote:

> add "realmode" in the "link" section of the config
>
> link
> 	realmode
>


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

* Re: [9fans] Kernel compile error
  2006-01-20 17:27   ` ISHWAR RATTAN
@ 2006-01-20 17:29     ` Federico G. Benavento
  2006-01-20 17:37       ` ISHWAR RATTAN
  0 siblings, 1 reply; 7+ messages in thread
From: Federico G. Benavento @ 2006-01-20 17:29 UTC (permalink / raw)
  To: 9fans

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

are you using an updated 9load?

[-- Attachment #2: Type: message/rfc822, Size: 3802 bytes --]

From: ISHWAR RATTAN <rattan@cps.cmich.edu>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] Kernel compile error
Date: Fri, 20 Jan 2006 12:27:14 -0500 (EST)
Message-ID: <Pine.GSO.4.61.0601201225450.15228@cps210.cps.cmich.edu.>

After adding the realmode line the image is created but
now there is an error when booted from this image:

...
found 9pcf
.73525FLAGS=10246 TRAP=e ECODE=2 PC=8003bde
  AX 70100020 BX 00000000 CX 000007f8 DX 800540c4
  SI 800520e4 DI 70100020 BP 800540c4
  CS 0010 DS 0008 ES 0008 FS 0008 GS 0008
  CR0 80000011 CR2 70100020 CR3 0000c000
  ...
panic: exception/interrupt 14

-ishwar
On Fri, 20 Jan 2006, Federico G. Benavento wrote:

> add "realmode" in the "link" section of the config
>
> link
> 	realmode
>

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

* Re: [9fans] Kernel compile error
  2006-01-20 17:29     ` Federico G. Benavento
@ 2006-01-20 17:37       ` ISHWAR RATTAN
  2006-01-20 17:42         ` Federico G. Benavento
  0 siblings, 1 reply; 7+ messages in thread
From: ISHWAR RATTAN @ 2006-01-20 17:37 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I did not change the 9load. Where might the new
copy be located?

-ishwar

On Fri, 20 Jan 2006, Federico G. Benavento wrote:

> are you using an updated 9load?
>


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

* Re: [9fans] Kernel compile error
  2006-01-20 17:37       ` ISHWAR RATTAN
@ 2006-01-20 17:42         ` Federico G. Benavento
  0 siblings, 0 replies; 7+ messages in thread
From: Federico G. Benavento @ 2006-01-20 17:42 UTC (permalink / raw)
  To: 9fans

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

you need to copy the new 9load to your 9fat partition too

/386/9load
/sys/src/boot

[-- Attachment #2: Type: message/rfc822, Size: 3443 bytes --]

From: ISHWAR RATTAN <rattan@cps.cmich.edu>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] Kernel compile error
Date: Fri, 20 Jan 2006 12:37:42 -0500 (EST)
Message-ID: <Pine.GSO.4.61.0601201236480.15233@cps210.cps.cmich.edu.>

I did not change the 9load. Where might the new
copy be located?

-ishwar

On Fri, 20 Jan 2006, Federico G. Benavento wrote:

> are you using an updated 9load?
>

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

* Re: [9fans] Kernel compile error
  2006-01-20 16:42 ` Federico G. Benavento
  2006-01-20 17:27   ` ISHWAR RATTAN
@ 2006-01-20 18:42   ` "Nils O. Selåsdal"
  1 sibling, 0 replies; 7+ messages in thread
From: "Nils O. Selåsdal" @ 2006-01-20 18:42 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Federico G. Benavento wrote:
> add "realmode" in the "link" section of the config
> 
> link
> 	realmode
> 
Sounds like a not-updated plan9/old ISO.
This is in my recent 'pcf' config file.


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

end of thread, other threads:[~2006-01-20 18:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-20 16:39 [9fans] Kernel compile error ISHWAR RATTAN
2006-01-20 16:42 ` Federico G. Benavento
2006-01-20 17:27   ` ISHWAR RATTAN
2006-01-20 17:29     ` Federico G. Benavento
2006-01-20 17:37       ` ISHWAR RATTAN
2006-01-20 17:42         ` Federico G. Benavento
2006-01-20 18:42   ` "Nils O. Selåsdal"

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