From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9e8a5d673d25c42885ea5d8d317cf811@orthanc.cc.titech.ac.jp> To: 9fans@cse.psu.edu From: YAMANASHI Takeshi <9.nashi@gmail.com> Date: Wed, 7 Sep 2005 12:01:54 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] xen boot params and domU plan 9 Topicbox-Message-UUID: 847818da-ead0-11e9-9d60-3106f5b1d025 Hi, how can a domU Plan 9 kernel get the boot parameters passed by Xen? I heard that NetBSD domU kernel puts the parameters in /kern/xen/xmdline; # cat /kern/xen/cmdline ip=:1.2.3.4::::eth0:dhcp root=/dev/hda1 VNC_VIEWER=150.82.173.195:5501 screen=800x600 while the domU NetBSD being started by # xm create -c disk=/home/knoppix/netbsd.fs,hda1,w name=NetBSD kernel=/home/knoppix/netbsd root=/dev/hda1 memory=64 dhcp=dhcp vnc=yes extra="screen=800x600" Thanks. --