9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: mirtchov@cpsc.ucalgary.ca
To: 9fans@cse.psu.edu
Subject: Re: [9fans] cpurc
Date: Mon, 17 Nov 2003 13:13:47 -0700	[thread overview]
Message-ID: <efa8dc0b08d8ed33caf0bec5aca36c47@plan9.ucalgary.ca> (raw)
In-Reply-To: <60e5a7f6c51d8022d3e34f1a71a83c43@deepthought.hitchhiker>

> Could you please give me a hint why I doesn't start "cpurc"?

You probably used a non-cpu config file as a template.  You will find
upon closer inspection that the difference between a cpu and non-cpu
kernel is not only in "cpuserver=" values -- cpu kernels have the boot
section configured as 'boot cpu args' instead of just 'boot':

so change the boot section in your config from:

	boot
		il
		tcp

to:

	boot cpu
		il
		tcp

Cpu kernel config templates in the current distribution are are
'pccpu' and 'pccpuf'.

andrey



  reply	other threads:[~2003-11-17 20:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-17 20:00 Christian Neeb
2003-11-17 20:13 ` mirtchov [this message]
2003-11-17 20:33   ` Christian Neeb
2003-11-17 20:56     ` mirtchov
2003-11-18  3:47       ` [9fans] Diskette Image Creation problem vdharani
2003-11-18  3:29         ` David Presotto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=efa8dc0b08d8ed33caf0bec5aca36c47@plan9.ucalgary.ca \
    --to=mirtchov@cpsc.ucalgary.ca \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).