From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 7 Dec 2005 08:03:19 -0500 From: Russ Cox To: 9fans <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: [9fans] irc answers - qemu, inferno less, and a bonus Topicbox-Message-UUID: bc021292-ead0-11e9-9d60-3106f5b1d025 izaki Hello! Has anyone been able to run Plan9 on qemu? digijohn Yes I was, however, unable to get online with it from qemu sretzki yeah, networking is not one of qemus strengths digijohn Nor is configuring the network one of Plan 9's :-) sretzki you get some IP from an undocumented dhcp, but it does not work, right, digijohn? I use this in /etc/qemu-ifup on Linux: ; cat /etc/qemu-ifup #!/bin/sh sudo -p "Password for $0:" /sbin/ifconfig $1 172.20.0.1 sudo ipmasq sudo killall -9 udhcpd sudo udhcpd ; and then configure the Plan 9 network with the usual ip/ipconfig. One can even run u9fs and then boot using that as the root file system, which is great for testing. When I was doing the x86 mmu code I built the kernels under Linux (compilers just build under plan9port; kernel mkfiles needed slight tweaking since / wasn't the Plan 9 root) and then tested by booting in qemu (or bochs, if things were very broken). AshyIsMe hello does inferno have a less equivalent? "man something" is kinda annoying when it just all scrolls by digijohn Hey guys, I'm setting up my Plan 9 disk (6 GB), and I need to know how much should go for fossil and how much for venti fgb yes AshyIsMe, wm/man AshyIsMe k On Inferno, like Plan 9, the equivalent of less (nee more) is "p". (Wm/man is definitely better for this particular case.) uriel god, they use two spaces in google? now that is the ultimate confirmation that they are morons. I think this speaks for itself, in many ways. Russ