|
Lines 153-158
Link Here
|
| 153 |
64-bit x86 hosts), it is no longer possible to link the |
153 |
64-bit x86 hosts), it is no longer possible to link the |
| 154 |
emulation functionality statically into a custom kernel.</para> |
154 |
emulation functionality statically into a custom kernel.</para> |
| 155 |
|
155 |
|
|
|
156 |
<para>For some applications, <filename>/compat/linux/proc</filename>, |
| 157 |
<filename>/compat/linux/sys</filename> and |
| 158 |
<filename>/compat/linux/dev/shm</filename> may need to be mounted. This can be |
| 159 |
done by adding to <filename>/etc/fstab</filename> the corresponding line:</para> |
| 160 |
|
| 161 |
<screen> |
| 162 |
linprocfs /compat/linux/proc linprocfs rw 0 0 |
| 163 |
linsysfs /compat/linux/sys linsysfs rw 0 0 |
| 164 |
tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0</screen> |
| 165 |
|
| 166 |
<para>Then mount the filesystem accordingly: |
| 167 |
<screen>&prompt.root; <userinput>mount /compat/linux/sys</userinput> |
| 168 |
&prompt.root; <userinput>mount /compat/linux/proc</userinput> |
| 169 |
&prompt.root; <userinput>mount /compat/linux/dev/shm</userinput> </screen> |
| 170 |
</para> |
| 171 |
|
| 156 |
<sect2 xml:id="linuxemu-libs-manually"> |
172 |
<sect2 xml:id="linuxemu-libs-manually"> |
| 157 |
<title>Installing Additional Libraries Manually</title> |
173 |
<title>Installing Additional Libraries Manually</title> |
| 158 |
|
174 |
|