From owner-freebsd-current Fri Mar 31 11: 2: 6 2000 Delivered-To: freebsd-current@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id 222CE37B897 for ; Fri, 31 Mar 2000 11:02:02 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (InterJet.elischer.org [192.168.1.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA23780; Fri, 31 Mar 2000 11:01:59 -0800 (PST) Date: Fri, 31 Mar 2000 11:01:58 -0800 (PST) From: Julian Elischer To: Doug Ambrisko Cc: current@FreeBSD.ORG Subject: Re: Neat kernel development environment. In-Reply-To: <200003311814.KAA15514@whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'll put the device driver on http://www.freebsd.org/~julian/ but it needs teh eyes of someone who's really at home in the tty system to look at it. I got kinda confused half way through hacking it (from the pty driver) and it shows. basically each pair of minor numbers is a pair and are connected to each other back-to-back. The support for 'select' etc is a bit confused at this stage. also originally I wanted it to shut down the other one (e.g. like loss of carrier) when one gets closed, and for one that is openning to stall waiting for its partner, but it turns out that makes it hard to use with vmware. So I backed that out (which gives a bit more confusion). the screenshot will be there too, (but it's big) also the little script I use to get it all sarteed (trivial). Julian On Fri, 31 Mar 2000, Doug Ambrisko wrote: > Julian Elischer writes: > | > | I have just managed to get the following going: > | > | By writing a device driver that is two terminals back-to-back, > | and configuring vmware to map one of the virtual ttys over the > | 'null-modem' device, and then running a kernel configured with the console > | on com1 and the gdb port on com2, (in the virtual machine in vmware) > | I can on a single machine run a test system, allow it to run the vmware X > | server, and at the same time have access to the console, AND be able to > | single step it under xxdgb or DDB depending on the task. > > FYI, via the latest Etherboot port that was commited you can netboot a > vmware machine. Could you post your null-modem device? ... it saves on > serial ports. > > Doug A. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message