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 29#ident "%Z%%M% %I% %E% SMI" 30 31As of Solaris 2.5, the /usr/kvm directory is no longer needed by the 32operating environment. The mount point continues to be provided for 33backward compatibility although all of the contents have been removed. 34 35In earlier releases, /usr/kvm contained the platform specific implementations 36of programs and libraries. The interface to these platform specific 37implementations was generally advertized to be in a platform independent 38directory and a symbolic link was used to bind the advertized platform 39independent interface to the platform specific implementation in /usr/kvm. 40 41Implementation Interface(s) 42 43/usr/kvm/adb /usr/bin/adb 44 45/usr/kvm/arch /usr/ucb/arch 46 47 Note: Source Compatibility Package Component 48 49/usr/kvm/crash /usr/bin/mdb 50 51 Note: Solaris Modular Debugger Guide describes how to 52 transition from crash(1M) to mdb(1). 53 54/usr/kvm/eeprom /usr/sbin/eeprom 55 56/usr/kvm/i286,i386,i486,i860,i86pc,iAPX286,m68k,mc68000,mc68010,mc68020, 57 mc68030,mc68040,sparc,sun,sun2,sun3,sun3x,sun4,sun4c,sun4d,sun4e, 58 sun4m,u370,u3b,u3b15,u3b2,u3b5,vax 59 /usr/bin/i286,i386,i486,i860,i86pc,iAPX286,m68k, 60 mc68000,mc68010,mc68020,mc68030,mc68040,sparc,sun, 61 sun2,sun3,sun3x,sun4,sun4c,sun4d,sun4e,sun4m,u370, 62 u3b,u3b15,u3b2,u3b5,vax 63 64 Note: These are documented on the machid(1) manual 65 page. These are fully deprecated interfaces. 66 67/usr/kvm/libkvm.a /usr/lib/libkvm.a 68 69 Note: /usr/lib/libkvm.a is no longer a component 70 of SunOS. 71 72/usr/kvm/libkvm.so.1 /usr/lib/libkvm.so.1 73/usr/kvm/libkvm.so /usr/lib/libkvm.so 74 75 76The following platform specific objects were also delivered in previous 77releases of SunOS. They are only of use with specific platforms and 78it was always documented that the path to these objects was uncommitted. 79 802.4 (and earlier) 2.5 81 82/usr/kvm/cg14config /usr/platform/sun4m/sbin/cg14config sun4m only 83 84/usr/kvm/sxconfig /usr/platform/sun4m/sbin/sxconfig sun4m only 85 86/usr/kvm/prtdiag /usr/platform/sun4d/sbin/prtdiag sun4d only 87 88