| Solaris |
|
|
This version is based on OpenSolaris 2008.05 (b86) Release for intel IA32 architecture. The target directories of OS/Net consolidation to port are:
The SunOS 4.x compatibility such as ucbcmd, ucbhead and ucblib are not supported in this project. And the following directories in lib, cmd and uts/intel are not supported in this release.
The functions which require closed binary are not supported such as nfs, lockdaemon, KMF and so on. The i18n functions for libc are provided by binary.
ARM architecture v6K (MPCore), VFP v2 and eabi(aapcs) are supported.
This release support NEC Electronics's NaviEngine 1 (NE1). The reference board contains
In this release, the patche for QEMU to support the board is also provided. In QEMU, the following devices are emulated.
In the embedded devices, saving startup time and runtime memory are important requirements. The following functions are implemented to support both of requirements.
The Solaris kernel is divided into loadable modules. Each module is provided as binary and is dynamically linked at runtime on demand. The kernel compilations are not required when parameters are changed or new functions (drivers) are added.
The embedded devices generally keep same hardware and OS configuration after deployment. And most of devices would rather save the startup time than link kernel modules dynamically.
In this release, the genunix, unix and required device drivers are statically linked at building time as vmunix to save the startup time.
The zfs is modified to save the runtime memory. The size of C structures such as blkptr and dnode_phys is shrinked. The number of parameters such as object id and transaction id is also shrinked. And some functions such as RAIDZ、VDEV Cache, ACL and L2ARC are configurable at building time with utstune command to enable or disable. The utstune command is found in usr/src/tools/utstune after setup source tree. The --manual option shows the usage of utstune command.
The functions to block the hardware problem and avoid the panic are implemented.
None.
This code tree can be built for x86 platform.
Terms of Use
|
Privacy
|
Trademarks
|
Copyright Policy
|
Site Guidelines
|
Site Map
|
Help
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.
© 2012, Oracle Corporation and/or its affiliates.