What is the final form for libh?
Max Okumoto <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.libh |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected] with "unsubscribe freebsd-libh" in the body of the message