| JB,
In 4.0 osfboot was modifed to support the dynamic linking
of modules to create a vmunix kernel. This technology is
refered to as boot-link (ing) and is documented in the
Device Driver Tutorial for third party device driver
developers.
This technology was shipped and supported in 4.0 and
is intended to allow at installation time the integration
of files from a base UNIX CDROM and one or more products
kits to create a boot kernel. osfboot looks at the RPB
to determine the system type (ie 1,2...31 an integer).
It then looks into /etc to find the sysconfigtab.system_type
to determine the core files that are required to link/build
a kernel for this hardware platform. These files are
linked along with those supplied by the product kits to
make this initial kernel at installation boot time. There
is an excellent description of this process in the
Guide To Writing Product Kits.
Deleting these files would potentially prevent a kit
developer from from being able to test a new Product
Kit using osfboot.
Thanks,
Karl
[Posted by WWW Notes gateway]
|