<literallayout> -> <literal> from my last commit. No idea how that
sneaked in.
This commit is contained in:
parent
9c0e505976
commit
4a32df5482
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5046
3 changed files with 9 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.13 1999-06-07 22:34:24 nik Exp $
|
||||
$Id: chapter.sgml,v 1.14 1999-06-09 17:32:13 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="linuxemu">
|
||||
|
@ -867,10 +867,9 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen>
|
|||
<literal>Linux</literal> brand on the file.</para>
|
||||
|
||||
<para>When the ELF loader sees the <literal>Linux</literal> brand, the
|
||||
loader replaces a pointer in the <literallayout> proc</literallayout>
|
||||
loader replaces a pointer in the <literal>proc</literal>
|
||||
structure. All system calls are indexed through this pointer (in a
|
||||
traditional UNIX system, this would be the <literallayout>
|
||||
sysent[]</literallayout> structure array, containing the system
|
||||
traditional UNIX system, this would be the <literal>sysent[]</literal> structure array, containing the system
|
||||
calls). In addition, the process is flagged for special handling of the
|
||||
trap vector for the signal trampoline code, and sever other (minor)
|
||||
fixups that are handled by the Linux kernel module.</para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.13 1999-06-07 22:34:24 nik Exp $
|
||||
$Id: chapter.sgml,v 1.14 1999-06-09 17:32:13 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="linuxemu">
|
||||
|
@ -867,10 +867,9 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen>
|
|||
<literal>Linux</literal> brand on the file.</para>
|
||||
|
||||
<para>When the ELF loader sees the <literal>Linux</literal> brand, the
|
||||
loader replaces a pointer in the <literallayout> proc</literallayout>
|
||||
loader replaces a pointer in the <literal>proc</literal>
|
||||
structure. All system calls are indexed through this pointer (in a
|
||||
traditional UNIX system, this would be the <literallayout>
|
||||
sysent[]</literallayout> structure array, containing the system
|
||||
traditional UNIX system, this would be the <literal>sysent[]</literal> structure array, containing the system
|
||||
calls). In addition, the process is flagged for special handling of the
|
||||
trap vector for the signal trampoline code, and sever other (minor)
|
||||
fixups that are handled by the Linux kernel module.</para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.13 1999-06-07 22:34:24 nik Exp $
|
||||
$Id: chapter.sgml,v 1.14 1999-06-09 17:32:13 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="linuxemu">
|
||||
|
@ -867,10 +867,9 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen>
|
|||
<literal>Linux</literal> brand on the file.</para>
|
||||
|
||||
<para>When the ELF loader sees the <literal>Linux</literal> brand, the
|
||||
loader replaces a pointer in the <literallayout> proc</literallayout>
|
||||
loader replaces a pointer in the <literal>proc</literal>
|
||||
structure. All system calls are indexed through this pointer (in a
|
||||
traditional UNIX system, this would be the <literallayout>
|
||||
sysent[]</literallayout> structure array, containing the system
|
||||
traditional UNIX system, this would be the <literal>sysent[]</literal> structure array, containing the system
|
||||
calls). In addition, the process is flagged for special handling of the
|
||||
trap vector for the signal trampoline code, and sever other (minor)
|
||||
fixups that are handled by the Linux kernel module.</para>
|
||||
|
|
Loading…
Reference in a new issue