From owner-freebsd-libh Thu May 2 1:53:14 2002 Delivered-To: freebsd-libh@freebsd.org Received: from postal.sdsc.edu (postal.sdsc.edu [132.249.20.114]) by hub.freebsd.org (Postfix) with ESMTP id 1FDC037B419 for ; Thu, 2 May 2002 01:53:12 -0700 (PDT) Received: from multivac.sdsc.edu (multivac.sdsc.edu [132.249.20.57]) by postal.sdsc.edu (8.11.6/8.11.6/server/38) with ESMTP id g428r7n22195; Thu, 2 May 2002 01:53:07 -0700 (PDT) Received: by multivac (8.11.6+Sun/1.11-SolarisClient) id g428r7D24803; Thu, 2 May 2002 01:53:07 -0700 (PDT) To: freebsd-libh@FreeBSD.ORG Subject: What is the final form for libh? From: Max Okumoto Date: 02 May 2002 01:53:07 -0700 Message-ID: Lines: 42 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Here are some of the things that I have inferred while working on the libh backend code. Can people help me if I have miss understood something? High level ---------- The boot floppy images will contain 4 sets of files for libh: # # Dumb system installation wrapper just passes arguments to the # release scripts. Note: I don't know if this file is # really necessary, but its better than telling the user # to invoke tclsh /xxx/libdata/release/scripts/setup.tcl # /xxx/bin/user_friendly_freebsd_install_system # # tcl scripts implementing all functionality. # /xxx/libdata/release/*.tcl # # Unmodified tclsh image. Everything should be dynamically # loaded in when its needed. # /xxx/bin/tclsh # # Collection of tcl dynamically loadable extensions # /xxx/lib/libhcommon.so /xxx/lib/libhdatabase.so /xxx/lib/libhdisk.so /xxx/lib/libhfile.so /xxx/lib/libhhui.so /xxx/lib/libhpart.so /xxx/lib/libhsysinstall.so Max Okumoto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message