Remove notation about impossibility of working with linux applications
that uses /proc. It is possible with linprocfs since FreeBSD 4.0
This commit is contained in:
parent
5f2bcba0e7
commit
d74a80dfa5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23515
1 changed files with 1 additions and 7 deletions
|
@ -64,16 +64,10 @@
|
|||
<application>Quake</application>, and more. It is also reported
|
||||
that in some situations, Linux binaries perform better on FreeBSD
|
||||
than they do under Linux.</para>
|
||||
<indexterm>
|
||||
<primary>Linux</primary>
|
||||
<secondary><filename>/proc</filename> file system</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para>There are, however, some Linux-specific operating system
|
||||
features that are not supported under FreeBSD. Linux binaries will
|
||||
not work on FreeBSD if they overly use the Linux
|
||||
<filename>/proc</filename> file system (which is different from
|
||||
FreeBSD's <filename>/proc</filename> file system), or &i386; specific
|
||||
not work on FreeBSD if they overly use &i386; specific
|
||||
calls, such as enabling virtual 8086 mode.</para>
|
||||
|
||||
<para>After reading this chapter, you will know:</para>
|
||||
|
|
Loading…
Reference in a new issue