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