xref: /illumos-gate/usr/src/cmd/Adm/sun/README (revision bbf215553c7233fbab8a0afdf1fac74c44781867)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
57c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
67c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
77c478bd9Sstevel@tonic-gate# with the License.
87c478bd9Sstevel@tonic-gate#
97c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
107c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
117c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
127c478bd9Sstevel@tonic-gate# and limitations under the License.
137c478bd9Sstevel@tonic-gate#
147c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
157c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
167c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
177c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
187c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
197c478bd9Sstevel@tonic-gate#
207c478bd9Sstevel@tonic-gate# CDDL HEADER END
217c478bd9Sstevel@tonic-gate#
227c478bd9Sstevel@tonic-gate
237c478bd9Sstevel@tonic-gateElimination of /usr/kvm
247c478bd9Sstevel@tonic-gate=======================
257c478bd9Sstevel@tonic-gate
267c478bd9Sstevel@tonic-gateCopyright (c) 1995-2000 by Sun Microsystems, Inc.
277c478bd9Sstevel@tonic-gateAll rights reserved.
287c478bd9Sstevel@tonic-gate
297c478bd9Sstevel@tonic-gateAs of Solaris 2.5, the /usr/kvm directory is no longer needed by the
307c478bd9Sstevel@tonic-gateoperating environment.  The mount point continues to be provided for
317c478bd9Sstevel@tonic-gatebackward compatibility although all of the contents have been removed.
327c478bd9Sstevel@tonic-gate
337c478bd9Sstevel@tonic-gateIn earlier releases, /usr/kvm contained the platform specific implementations
347c478bd9Sstevel@tonic-gateof programs and libraries.  The interface to these platform specific
357c478bd9Sstevel@tonic-gateimplementations was generally advertized to be in a platform independent
367c478bd9Sstevel@tonic-gatedirectory and a symbolic link was used to bind the advertized platform
377c478bd9Sstevel@tonic-gateindependent interface to the platform specific implementation in /usr/kvm.
387c478bd9Sstevel@tonic-gate
397c478bd9Sstevel@tonic-gateImplementation		Interface(s)
407c478bd9Sstevel@tonic-gate
417c478bd9Sstevel@tonic-gate/usr/kvm/adb		/usr/bin/adb
427c478bd9Sstevel@tonic-gate
437c478bd9Sstevel@tonic-gate/usr/kvm/arch		/usr/ucb/arch
447c478bd9Sstevel@tonic-gate
457c478bd9Sstevel@tonic-gate			Note: Source Compatibility Package Component
467c478bd9Sstevel@tonic-gate
477c478bd9Sstevel@tonic-gate/usr/kvm/crash		/usr/bin/mdb
487c478bd9Sstevel@tonic-gate
497c478bd9Sstevel@tonic-gate			Note: Solaris Modular Debugger Guide describes how to
50*bbf21555SRichard Lowe			transition from crash(8) to mdb(1).
517c478bd9Sstevel@tonic-gate
527c478bd9Sstevel@tonic-gate/usr/kvm/eeprom		/usr/sbin/eeprom
537c478bd9Sstevel@tonic-gate
547c478bd9Sstevel@tonic-gate/usr/kvm/i286,i386,i486,i860,i86pc,iAPX286,m68k,mc68000,mc68010,mc68020,
557c478bd9Sstevel@tonic-gate	mc68030,mc68040,sparc,sun,sun2,sun3,sun3x,sun4,sun4c,sun4d,sun4e,
567c478bd9Sstevel@tonic-gate	sun4m,u370,u3b,u3b15,u3b2,u3b5,vax
577c478bd9Sstevel@tonic-gate			/usr/bin/i286,i386,i486,i860,i86pc,iAPX286,m68k,
587c478bd9Sstevel@tonic-gate			mc68000,mc68010,mc68020,mc68030,mc68040,sparc,sun,
597c478bd9Sstevel@tonic-gate			sun2,sun3,sun3x,sun4,sun4c,sun4d,sun4e,sun4m,u370,
607c478bd9Sstevel@tonic-gate			u3b,u3b15,u3b2,u3b5,vax
617c478bd9Sstevel@tonic-gate
627c478bd9Sstevel@tonic-gate			Note:	These are documented on the machid(1) manual
637c478bd9Sstevel@tonic-gate				page.  These are fully deprecated interfaces.
647c478bd9Sstevel@tonic-gate
657c478bd9Sstevel@tonic-gate/usr/kvm/libkvm.a	/usr/lib/libkvm.a
667c478bd9Sstevel@tonic-gate
677c478bd9Sstevel@tonic-gate			Note:	/usr/lib/libkvm.a is no longer a component
687c478bd9Sstevel@tonic-gate				of SunOS.
697c478bd9Sstevel@tonic-gate
707c478bd9Sstevel@tonic-gate/usr/kvm/libkvm.so.1	/usr/lib/libkvm.so.1
717c478bd9Sstevel@tonic-gate/usr/kvm/libkvm.so	/usr/lib/libkvm.so
727c478bd9Sstevel@tonic-gate
737c478bd9Sstevel@tonic-gate
747c478bd9Sstevel@tonic-gateThe following platform specific objects were also delivered in previous
757c478bd9Sstevel@tonic-gatereleases of SunOS.  They are only of use with specific platforms and
767c478bd9Sstevel@tonic-gateit was always documented that the path to these objects was uncommitted.
777c478bd9Sstevel@tonic-gate
787c478bd9Sstevel@tonic-gate2.4 (and earlier)	2.5
797c478bd9Sstevel@tonic-gate
807c478bd9Sstevel@tonic-gate/usr/kvm/cg14config	/usr/platform/sun4m/sbin/cg14config	sun4m only
817c478bd9Sstevel@tonic-gate
827c478bd9Sstevel@tonic-gate/usr/kvm/sxconfig	/usr/platform/sun4m/sbin/sxconfig	sun4m only
837c478bd9Sstevel@tonic-gate
847c478bd9Sstevel@tonic-gate/usr/kvm/prtdiag	/usr/platform/sun4d/sbin/prtdiag	sun4d only
857c478bd9Sstevel@tonic-gate
86