File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed
Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ function sidebarGuide(): DefaultTheme.Sidebar {
6161 { text : 'Lab 2: Process (Kernel Part)' , link : '/lab/lab2' } ,
6262 { text : 'Lab 3: Process (User Part)' , link : '/lab/lab3' } ,
6363 { text : 'Lab 4: Async IO' , link : '/lab/lab4' } ,
64+ { text : 'Lab 5: Logging File System' , link : '/lab/lab5' } ,
6465 ]
6566 } ,
6667 {
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ next: false
88
99## 📰 News
1010
11+ * ** Nov. 14, 2025** [ Lab 5 Logging File System] ( /lab/lab5 ) 发布。
1112* ** Nov. 12, 2025** [ Lab 4 Async IO] ( /lab/lab4 ) 发布。
1213* ** Oct. 24, 2025** [ Lab 3 Process (User Part)] ( /lab/lab3 ) 发布。
1314* ** Oct. 9, 2025** [ Lab 2 Process (Kernel Part)] ( /lab/lab2 ) 发布。
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ void block_free(int block_no);
139139
140140对于多个事务的提交,时间序列图如下:
141141
142- <figure><img src="../.gitbook/ assets/image (1) .png" alt=""><figcaption></figcaption></figure>
142+ <figure><img src="/ assets/lab5-1 .png" alt=""><figcaption></figcaption></figure>
143143
144144一个典型的系统启动中的初始化过程如下:(`recover_from_log`)
145145
You can’t perform that action at this time.
0 commit comments