Skip to content

Commit c5285b6

Browse files
committed
add post linux virtual filesystem
1 parent 78c53c1 commit c5285b6

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.github/workflows/file-mapping.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"为了工作/Linux/用户层/'TCP IP 网络编程.md'": "public/为了工作/Linux/用户层/",
1515
"为了工作/Linux/用户层/'UNIX 环境高级编程.md'": "public/为了工作/Linux/用户层/",
1616
"为了工作/Linux/内核层/'Linux 设备驱动开发详解.md'": "public/为了工作/Linux/内核层/",
17+
"为了工作/Linux/内核层/'Linux Virtual Filesystem.md'": "public/为了工作/Linux/内核层/",
1718
"校内课程/操作系统/'操作系统 期末复习.md'": "public/校内课程/操作系统/",
1819
"校内课程/操作系统/'操作系统 简答题.md'": "public/校内课程/操作系统/",
1920
"校内课程/操作系统/'操作系统 PV 程序题.md'": "public/校内课程/操作系统/",
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Linux Virtual Filesystem
3+
categories:
4+
- Linux 学习
5+
- 内核层
6+
abbrlink: f548d964
7+
date: 2024-12-24 16:05:00
8+
updated: 2024-12-24 16:05:00
9+
---
10+
11+
<meta name="referrer" content="no-referrer"/>
12+
13+
参考文章:
14+
15+
- [https://linux-kernel-labs.github.io/refs/heads/master/labs/filesystems_part1.html](https://linux-kernel-labs.github.io/refs/heads/master/labs/filesystems_part1.html)
16+
- [https://linux-kernel-labs.github.io/refs/heads/master/labs/filesystems_part2.html](https://linux-kernel-labs.github.io/refs/heads/master/labs/filesystems_part2.html)
17+
18+
<!-- more -->
19+
20+
TODO
21+

实习/合迅科技/课题研究/在 X11 下使用 cairo 引擎绘制图形.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ categories:
77
abbrlink: '70513923'
88
date: 2024-07-02 18:30:00
99
updated: 2024-07-16 16:30:00
10-
top: 2
1110
---
1211

1312
<meta name="referrer" content="no-referrer"/>

0 commit comments

Comments
 (0)