Ignore:
Timestamp:
11/19/2022 08:27:13 AM (18 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
2ef64c4
Parents:
4d3f41c (diff), 651f491 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/kernfs.xml

    r4d3f41c rb59b371  
    1616
    1717    <para>Applications running in user space utilize various file
    18     systems exported by the kernel to communicate
     18    systems created by the kernel to communicate
    1919    with the kernel itself. These file systems are virtual: no disk
    20     space is used for them. The content of the file systems resides in
     20    space is used for them. The content of these file systems resides in
    2121    memory.</para>
    2222
    23     <para>Begin by creating directories on which the file systems will be
     23    <para>Begin by creating the directories on which these virtual file systems will be
    2424    mounted:</para>
    2525
     
    3131    <para>The kernel has already mounted
    3232    <systemitem class="filesystem">devtmpfs</systemitem>.
    33     Mount the remaining virtual kernel filesystems:</para>
     33    Mount the remaining virtual kernel file systems:</para>
    3434
    3535<screen><userinput>mkdir -pv /dev/{pts,shm}
Note: See TracChangeset for help on using the changeset viewer.