- Fix some typos
- Fix some punctuation while I am here Approved by: gjb
This commit is contained in:
parent
fb6863bc99
commit
a7bf7391df
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39587
1 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@
|
|||
<title>A look inside…</title>
|
||||
|
||||
<para>In this section we are going to describe every operating system in
|
||||
question. How they deal with syscalls, trapframes etc. all the low-level
|
||||
question. How they deal with syscalls, trapframes etc., all the low-level
|
||||
stuff. We also describe the way they understand common &unix;
|
||||
primitives like what a PID is, what a thread is, etc. In the third
|
||||
subsection we talk about how &unix; on &unix; emulation could be done
|
||||
|
@ -1519,7 +1519,7 @@ translate_traps(int signal, int trap_code)
|
|||
1:1 threading.</para>
|
||||
|
||||
<para>In &os; we emulate NPTL threads with ordinary &os; processes that
|
||||
share VM space, etc. and the PID gymnastic is just mimiced in the
|
||||
share VM space, etc. and the PID gymnastic is just mimicked in the
|
||||
emulation specific structure attached to the process. The
|
||||
structure attached to the process looks like:</para>
|
||||
|
||||
|
@ -2348,7 +2348,7 @@ openat(stdio, bah\, flags, mode) /* returns error because stdio is not a directo
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>I would like to thank all those people for their advices, code
|
||||
<para>I would like to thank all those people for their advice, code
|
||||
reviews and general support.</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue