37e98547899a0a9c40d4d2ba638cf4d1900283df
[ikiwiki.git] / docs / handbook / handbook-linuxemu.mdwn
1 \r
2 \r
3 ## Chapter 22 Linux Binary Compatibility \r
4 \r
5  **Table of Contents** \r
6
7 * 22.1 [Synopsis](linuxemu.html#LINUXEMU-SYNOPSIS)\r
8
9 * 22.2 [Installation](linuxemu-lbc-install.html)\r
10
11 * 22.3 [Installing Mathematica®](linuxemu-mathematica.html)\r
12
13 * 22.4 [Installing Maple™](linuxemu-maple.html)\r
14
15 * 22.5 [Installing MATLAB®](linuxemu-matlab.html)\r
16
17 * 22.6 [Installing Oracle®](linuxemu-oracle.html)\r
18
19 * 22.7 [Installing SAP® R/3®](sapr3.html)\r
20
21 * 22.8 [Advanced Topics](linuxemu-advanced.html)\r
22 ***Restructured and parts updated by Jim Mock. ******Originally contributed by Brian N. Handy and Rich Murphey. ***\r
23 \r
24 ## 22.1 Synopsis \r
25 \r
26 DragonFly provides binary compatibility with several other UNIX® like operating systems, including Linux. At this point, you may be asking yourself why exactly, does DragonFly need to be able to run Linux binaries? The answer to that question is quite simple. Many companies and developers develop only for Linux, since it is the latest ***hot thing*** in the computing world. That leaves the rest of us DragonFly users bugging these same companies and developers to put out native DragonFly versions of their applications. The problem is, that most of these companies do not really realize how many people would use their product if there were DragonFly versions too, and most continue to only develop for Linux. So what is a DragonFly user to do? This is where the Linux binary compatibility of DragonFly comes into play.\r
27 \r
28 In a nutshell, the compatibility allows DragonFly users to run about 90% of all Linux applications without modification. This includes applications such as ***StarOffice™***, the Linux version of ***Netscape®***, ***Adobe® Acrobat®***, ***RealPlayer®*** 5 and 7, ***VMware™***', ***Oracle®***, ***WordPerfect®***, ***Doom***, ***Quake***, and more. It is also reported that in some situations, Linux binaries perform better on DragonFly than they do under Linux.\r
29 \r
30 There are, however, some Linux-specific operating system features that are not supported under DragonFly. Linux binaries will not work on DragonFly if they overly use the Linux `/proc` file system (which is different from DragonFly's `/proc` file system), or i386™ specific calls, such as enabling virtual 8086 mode.\r
31 \r
32 After reading this chapter, you will know:\r
33 \r
34
35 * How to enable Linux binary compatibility on your system.\r
36
37 * How to install additional Linux shared libraries.\r
38
39 * How to install Linux applications on your DragonFly system.\r
40
41 * The implementation details of Linux compatibility in DragonFly.\r
42 \r
43 Before reading this chapter, you should:\r
44 \r
45
46 * Know how to install additional third-party software ([Chapter 4](pkgsrc.html)).\r
47 \r
48 \r
49 \r
50 CategoryHandbook\r
51 Category\r