9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: YAMANASHI Takeshi <9.nashi@gmail.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] plan 9 on qemu
Date: Fri, 24 Dec 2004 14:23:24 +0900	[thread overview]
Message-ID: <f42fdffa159350c1c32a2a40d8214267@orthanc.cc.titech.ac.jp> (raw)


On Fri Dec 24 13:25:39 JST 2004, jmk@plan9.bell-labs.com wrote:
> The NIC works
> (as far as I could test it by pinging the gateway returned
> by DHCP and the host IP address) but it needs the nodummyrr
> option. This is what I had in plan9.ini:
> 
> 	ether0=type=ne2000 port=0xC100 mem=0x04000 size=0x4000 nodummyrr

Great thanks!!!
I've got a diskless terminal to boot under qemu.

I thought the port was 0x0300.  Some page claims it to be so.
 http://www.h7.dion.ne.jp/~qemu-win/HowToNetwork-en.html

With your ether0= line in plan9.ini, the kernel succeeded to:
	1: find qemu virtual nic.
	2: get an ip address from qemu virtual dhcp server.
	3: reach to the fs using the ip address (NAT'ed on qemu)

here is my plan9.ini:
	bootfile=fd0!9pcf.gz
	bootargs=tcp  ether /net/ether0 0.0.0.0 0.0.0.0  0.0.0.0 131.112.14.43 131.112.14.43
	ether0=type=ne2000 port=0xC100 mem=0x04000 size=0x4000 nodummyrr
	vgasize=1024x768x8
	monitor=xga
	mouseport=ps2intellimouse

and here is boot messages

Plan 9
cpu0: 735MHz GenuineIntel PentiumPro (cpuid: AX 0x0613 DX 0xA1BD)
ELCR: 0000
#l0: NE2000: 10Mbps port 0xC100 irq 9 addr 0x4000 size 0x4000: 525400123456
19287 free pages, 77148K bytes, 309148K swap
root is from (tcp, il, local)[tcp ether /net/ether0 0.0.0.0 0.0.0.0 0.0.0.0 131.112.14.43 131.112.14.43]: 
user[none]: nashi
version...
!Adding key: dom=tip9ug.jp proto=p9sk1
user[nashi]: 
password: 
!
time...

init: starting /bin/rc
<and rio comes up>

P.S.
wishing a Merry Christmas to all 9fans. :)
-- 
YAMANASHI Takeshi




             reply	other threads:[~2004-12-24  5:23 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-24  5:23 YAMANASHI Takeshi [this message]
2004-12-24  5:41 ` Kenji Okamoto
2004-12-24  5:47 ` Kenji Okamoto
2004-12-24 23:20 ` jmk
2004-12-25 19:02 ` Kenji Okamoto
2004-12-25 19:13 ` jmk
2004-12-25 20:03 ` Kenji Okamoto
2004-12-25 20:24 ` YAMANASHI Takeshi
2004-12-25 20:51 ` Kenji Okamoto
2004-12-25 21:07 ` jmk
2004-12-25 21:09 ` YAMANASHI Takeshi
2004-12-25 23:08 ` Kenji Okamoto
  -- strict thread matches above, loose matches on Subject: below --
2004-12-24  6:26 YAMANASHI Takeshi
2004-12-24  6:43 ` Bruce Ellis
2004-12-24  6:55   ` Russ Cox
2004-12-24 13:02     ` Tiit Lankots
2004-12-24 17:23       ` Jack Johnson
2004-12-27  9:34         ` Tiit Lankots
2004-12-25 18:14 ` Tiit Lankots
2004-12-25 19:38 ` Tiit Lankots
2004-12-24  6:26 YAMANASHI Takeshi
2004-12-26  5:03 ` Karl Magdsick
2004-12-26 17:09   ` Russ Cox
2004-12-23 23:08 Russ Cox
2004-12-24  3:52 ` Jack Johnson
2004-12-24  4:25   ` jmk
2004-12-25 18:58   ` jmk
2004-12-25 19:49   ` jmk
2004-12-24  5:54 ` Tim Newsham
2004-12-25 18:32 ` Tim Newsham
2004-12-25 20:09 ` Tim Newsham

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=f42fdffa159350c1c32a2a40d8214267@orthanc.cc.titech.ac.jp \
    --to=9.nashi@gmail.com \
    --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).