From owner-freebsd-hackers Tue Apr 22 17:43:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA21053 for hackers-outgoing; Tue, 22 Apr 1997 17:43:35 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id RAA21025 for ; Tue, 22 Apr 1997 17:43:24 -0700 (PDT) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 1.60 #1) id 0wJq76-0000BA-00; Tue, 22 Apr 1997 18:40:48 -0600 To: Terry Lambert Subject: Re: disklabel -- owner? Cc: hackers@freebsd.org In-reply-to: Your message of "Mon, 21 Apr 1997 11:16:02 PDT." <199704211816.LAA13873@phaeton.artisoft.com> References: <199704211816.LAA13873@phaeton.artisoft.com> Date: Tue, 22 Apr 1997 18:40:48 -0600 From: Warner Losh Message-Id: Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199704211816.LAA13873@phaeton.artisoft.com> Terry Lambert writes: : > However, I wanna get something simple done for v1.0. To make Michael : > Smith happy, I'm going to try to do this with tcl and Tk with glue : > utilities as needed. : : Any chance you can seperate the UI from the actual code that does the : work so that we aren't stuck with TCL on the install floppy? Of course. What kind of gui designer do you think I am? However, just because the gui and the cli are separated, doesn't mean the cli isn't written with TCL. I think it will be C based, but I'm not sure right now. I'm still fighting a whole lot of issues with getting my machines sane again. Warner