From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 12 Mar 2010 18:50:14 -0500 To: 9fans@9fans.net Message-ID: <3ba51343a91362e8ff7b4da3d0cebc56@coraid.com> In-Reply-To: <13426df11003121510q745eb420jec115c1b1a05a7a6@mail.gmail.com> References: <138575261003120253t4eb3a9b6k4d5902288c8c8f3@mail.gmail.com> <13426df11003120853p3b0e17c1h8f757cdf15ef7385@mail.gmail.com> <599f06db1003121504u42c92aecredf24e316a77ce8@mail.gmail.com> <13426df11003121510q745eb420jec115c1b1a05a7a6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] plan9 on qemu and 9vx Topicbox-Message-UUID: e77340e0-ead5-11e9-9d60-3106f5b1d025 > believe it or not, I even do that on 9vx. For many things, esp. things > in port, it's good enough for me. In fact I did a "curried pipe" in > 9vx just to try some things out. i find development to go very fast on plan 9. now that /dev/reboot $kern is working for me, i can restart the kernel in less time than it takes the monitor to reset. (0.5s) of course kenc is faster than gcc. the added benefits are that i can debug device drivers and use regular kenc style or gcc's different % rounding and the little differences between 9vx and the regular kernel. i've found it very comfortable for building some rather large systems. - erik