Skip to content

Commit

Permalink
Publish pull/19 (built from linux-kernel-labs/linux#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Circle CI committed Mar 3, 2018
1 parent d2e1ee4 commit 8afff2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pull/19/_sources/lectures/syscalls.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ With VDSO the system call interface is decided by the kernel:
:level: 2

* a stream of instructions to issue the system call is generated by
the kernel in a special memory area (in memory it is formated as
an ELF .so file)
the kernel in a special memory area (formatted as an ELF shared
object)

* that memory area is mapped towards the end of the user address
space
Expand Down
4 changes: 2 additions & 2 deletions pull/19/lectures/syscalls-slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ <h2>Virtual Dynamic Shared Object (VDSO)</h2>

<ul class="simple">
<li>a stream of instructions to issue the system call is generated by
the kernel in a special memory area (in memory it is formated as
an ELF .so file)</li>
the kernel in a special memory area (formatted as an ELF shared
object)</li>
<li>that memory area is mapped towards the end of the user address
space</li>
<li>libc searches for VDSO and if present will use it to issue the
Expand Down
4 changes: 2 additions & 2 deletions pull/19/lectures/syscalls.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ <h2>Virtual Dynamic Shared Object (VDSO)<a class="headerlink" href="#virtual-dyn
<p>With VDSO the system call interface is decided by the kernel:</p>
<ul class="admonition-virtual-dynamic-shared-object-vdso simple">
<li>a stream of instructions to issue the system call is generated by
the kernel in a special memory area (in memory it is formated as
an ELF .so file)</li>
the kernel in a special memory area (formatted as an ELF shared
object)</li>
<li>that memory area is mapped towards the end of the user address
space</li>
<li>libc searches for VDSO and if present will use it to issue the
Expand Down

0 comments on commit 8afff2c

Please sign in to comment.