xref: /illumos-gate/usr/src/cmd/Adm/sun/README (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# CDDL HEADER START
3*7c478bd9Sstevel@tonic-gate#
4*7c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5*7c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
6*7c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
7*7c478bd9Sstevel@tonic-gate# with the License.
8*7c478bd9Sstevel@tonic-gate#
9*7c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*7c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
11*7c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
12*7c478bd9Sstevel@tonic-gate# and limitations under the License.
13*7c478bd9Sstevel@tonic-gate#
14*7c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
15*7c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*7c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
17*7c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
18*7c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
19*7c478bd9Sstevel@tonic-gate#
20*7c478bd9Sstevel@tonic-gate# CDDL HEADER END
21*7c478bd9Sstevel@tonic-gate#
22*7c478bd9Sstevel@tonic-gate
23*7c478bd9Sstevel@tonic-gateElimination of /usr/kvm
24*7c478bd9Sstevel@tonic-gate=======================
25*7c478bd9Sstevel@tonic-gate
26*7c478bd9Sstevel@tonic-gateCopyright (c) 1995-2000 by Sun Microsystems, Inc.
27*7c478bd9Sstevel@tonic-gateAll rights reserved.
28*7c478bd9Sstevel@tonic-gate
29*7c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
30*7c478bd9Sstevel@tonic-gate
31*7c478bd9Sstevel@tonic-gateAs of Solaris 2.5, the /usr/kvm directory is no longer needed by the
32*7c478bd9Sstevel@tonic-gateoperating environment.  The mount point continues to be provided for
33*7c478bd9Sstevel@tonic-gatebackward compatibility although all of the contents have been removed.
34*7c478bd9Sstevel@tonic-gate
35*7c478bd9Sstevel@tonic-gateIn earlier releases, /usr/kvm contained the platform specific implementations
36*7c478bd9Sstevel@tonic-gateof programs and libraries.  The interface to these platform specific
37*7c478bd9Sstevel@tonic-gateimplementations was generally advertized to be in a platform independent
38*7c478bd9Sstevel@tonic-gatedirectory and a symbolic link was used to bind the advertized platform
39*7c478bd9Sstevel@tonic-gateindependent interface to the platform specific implementation in /usr/kvm.
40*7c478bd9Sstevel@tonic-gate
41*7c478bd9Sstevel@tonic-gateImplementation		Interface(s)
42*7c478bd9Sstevel@tonic-gate
43*7c478bd9Sstevel@tonic-gate/usr/kvm/adb		/usr/bin/adb
44*7c478bd9Sstevel@tonic-gate
45*7c478bd9Sstevel@tonic-gate/usr/kvm/arch		/usr/ucb/arch
46*7c478bd9Sstevel@tonic-gate
47*7c478bd9Sstevel@tonic-gate			Note: Source Compatibility Package Component
48*7c478bd9Sstevel@tonic-gate
49*7c478bd9Sstevel@tonic-gate/usr/kvm/crash		/usr/bin/mdb
50*7c478bd9Sstevel@tonic-gate
51*7c478bd9Sstevel@tonic-gate			Note: Solaris Modular Debugger Guide describes how to
52*7c478bd9Sstevel@tonic-gate			transition from crash(1M) to mdb(1).
53*7c478bd9Sstevel@tonic-gate
54*7c478bd9Sstevel@tonic-gate/usr/kvm/eeprom		/usr/sbin/eeprom
55*7c478bd9Sstevel@tonic-gate
56*7c478bd9Sstevel@tonic-gate/usr/kvm/i286,i386,i486,i860,i86pc,iAPX286,m68k,mc68000,mc68010,mc68020,
57*7c478bd9Sstevel@tonic-gate	mc68030,mc68040,sparc,sun,sun2,sun3,sun3x,sun4,sun4c,sun4d,sun4e,
58*7c478bd9Sstevel@tonic-gate	sun4m,u370,u3b,u3b15,u3b2,u3b5,vax
59*7c478bd9Sstevel@tonic-gate			/usr/bin/i286,i386,i486,i860,i86pc,iAPX286,m68k,
60*7c478bd9Sstevel@tonic-gate			mc68000,mc68010,mc68020,mc68030,mc68040,sparc,sun,
61*7c478bd9Sstevel@tonic-gate			sun2,sun3,sun3x,sun4,sun4c,sun4d,sun4e,sun4m,u370,
62*7c478bd9Sstevel@tonic-gate			u3b,u3b15,u3b2,u3b5,vax
63*7c478bd9Sstevel@tonic-gate
64*7c478bd9Sstevel@tonic-gate			Note:	These are documented on the machid(1) manual
65*7c478bd9Sstevel@tonic-gate				page.  These are fully deprecated interfaces.
66*7c478bd9Sstevel@tonic-gate
67*7c478bd9Sstevel@tonic-gate/usr/kvm/libkvm.a	/usr/lib/libkvm.a
68*7c478bd9Sstevel@tonic-gate
69*7c478bd9Sstevel@tonic-gate			Note:	/usr/lib/libkvm.a is no longer a component
70*7c478bd9Sstevel@tonic-gate				of SunOS.
71*7c478bd9Sstevel@tonic-gate
72*7c478bd9Sstevel@tonic-gate/usr/kvm/libkvm.so.1	/usr/lib/libkvm.so.1
73*7c478bd9Sstevel@tonic-gate/usr/kvm/libkvm.so	/usr/lib/libkvm.so
74*7c478bd9Sstevel@tonic-gate
75*7c478bd9Sstevel@tonic-gate
76*7c478bd9Sstevel@tonic-gateThe following platform specific objects were also delivered in previous
77*7c478bd9Sstevel@tonic-gatereleases of SunOS.  They are only of use with specific platforms and
78*7c478bd9Sstevel@tonic-gateit was always documented that the path to these objects was uncommitted.
79*7c478bd9Sstevel@tonic-gate
80*7c478bd9Sstevel@tonic-gate2.4 (and earlier)	2.5
81*7c478bd9Sstevel@tonic-gate
82*7c478bd9Sstevel@tonic-gate/usr/kvm/cg14config	/usr/platform/sun4m/sbin/cg14config	sun4m only
83*7c478bd9Sstevel@tonic-gate
84*7c478bd9Sstevel@tonic-gate/usr/kvm/sxconfig	/usr/platform/sun4m/sbin/sxconfig	sun4m only
85*7c478bd9Sstevel@tonic-gate
86*7c478bd9Sstevel@tonic-gate/usr/kvm/prtdiag	/usr/platform/sun4d/sbin/prtdiag	sun4d only
87*7c478bd9Sstevel@tonic-gate
88