Skip site navigation (1)Skip section navigation (2)
Date:      02 May 2002 01:53:07 -0700
From:      Max Okumoto <okumoto@ucsd.edu>
To:        freebsd-libh@FreeBSD.ORG
Subject:   What is the final form for libh? 
Message-ID:  <hf6627exsc.fsf@multivac.sdsc.edu>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?hf6627exsc.fsf>