diff --git a/.buildinfo b/.buildinfo index 109d763..60450b5 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 1722007051ad926d2aa74f09c7334a09 +config: 0ab64eeb312b062f3f0f32d96122278c tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/0setup-devel-env.html b/0setup-devel-env.html index f84f715..52ee10b 100644 --- a/0setup-devel-env.html +++ b/0setup-devel-env.html @@ -633,7 +633,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/appendix-a/index.html b/appendix-a/index.html index b2d21ee..063a2fe 100644 --- a/appendix-a/index.html +++ b/appendix-a/index.html @@ -405,7 +405,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/appendix-b/index.html b/appendix-b/index.html index 359e0cb..5338ae9 100644 --- a/appendix-b/index.html +++ b/appendix-b/index.html @@ -655,7 +655,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/appendix-c/index.html b/appendix-c/index.html index d8e3f79..ac48848 100644 --- a/appendix-c/index.html +++ b/appendix-c/index.html @@ -373,7 +373,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/appendix-d/index.html b/appendix-d/index.html index 6597f8d..fc364a6 100644 --- a/appendix-d/index.html +++ b/appendix-d/index.html @@ -416,7 +416,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter1/0intro.html b/chapter1/0intro.html index cf7d776..b3048ed 100644 --- a/chapter1/0intro.html +++ b/chapter1/0intro.html @@ -479,7 +479,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter1/1app-ee-platform.html b/chapter1/1app-ee-platform.html index 9dde8d0..e8af5f9 100644 --- a/chapter1/1app-ee-platform.html +++ b/chapter1/1app-ee-platform.html @@ -478,7 +478,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter1/2remove-std.html b/chapter1/2remove-std.html index 6072b15..be5910e 100644 --- a/chapter1/2remove-std.html +++ b/chapter1/2remove-std.html @@ -513,7 +513,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter1/3mini-rt-usrland.html b/chapter1/3mini-rt-usrland.html index a3e14c9..fa36fb5 100644 --- a/chapter1/3mini-rt-usrland.html +++ b/chapter1/3mini-rt-usrland.html @@ -577,7 +577,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter1/4mini-rt-baremetal.html b/chapter1/4mini-rt-baremetal.html index c68aabe..3548e55 100644 --- a/chapter1/4mini-rt-baremetal.html +++ b/chapter1/4mini-rt-baremetal.html @@ -638,7 +638,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter1/5exercise.html b/chapter1/5exercise.html index 10209e3..154566f 100644 --- a/chapter1/5exercise.html +++ b/chapter1/5exercise.html @@ -401,7 +401,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter1/index.html b/chapter1/index.html index 7b518a2..e0faca4 100644 --- a/chapter1/index.html +++ b/chapter1/index.html @@ -410,7 +410,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter2/0intro.html b/chapter2/0intro.html index 451658e..9dc7a5d 100644 --- a/chapter2/0intro.html +++ b/chapter2/0intro.html @@ -534,7 +534,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter2/2application.html b/chapter2/2application.html index 0ab900d..586888a 100644 --- a/chapter2/2application.html +++ b/chapter2/2application.html @@ -567,7 +567,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter2/3batch-system.html b/chapter2/3batch-system.html index 43980ab..b323e5b 100644 --- a/chapter2/3batch-system.html +++ b/chapter2/3batch-system.html @@ -524,7 +524,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter2/4trap-handling.html b/chapter2/4trap-handling.html index 3f9cd69..da4e1bb 100644 --- a/chapter2/4trap-handling.html +++ b/chapter2/4trap-handling.html @@ -809,7 +809,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter2/5exercise.html b/chapter2/5exercise.html index 673b2de..952fe88 100644 --- a/chapter2/5exercise.html +++ b/chapter2/5exercise.html @@ -402,7 +402,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter2/index.html b/chapter2/index.html index 3ba161d..63a6201 100644 --- a/chapter2/index.html +++ b/chapter2/index.html @@ -406,7 +406,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter3/0intro.html b/chapter3/0intro.html index 13e1456..8c662d1 100644 --- a/chapter3/0intro.html +++ b/chapter3/0intro.html @@ -575,7 +575,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter3/1multi-loader.html b/chapter3/1multi-loader.html index b5b0503..4df9279 100644 --- a/chapter3/1multi-loader.html +++ b/chapter3/1multi-loader.html @@ -443,7 +443,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter3/2task-switching.html b/chapter3/2task-switching.html index 164ab7c..36d74d8 100644 --- a/chapter3/2task-switching.html +++ b/chapter3/2task-switching.html @@ -469,7 +469,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter3/3multiprogramming.html b/chapter3/3multiprogramming.html index 0eca416..9a7a9e4 100644 --- a/chapter3/3multiprogramming.html +++ b/chapter3/3multiprogramming.html @@ -654,7 +654,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter3/4time-sharing-system.html b/chapter3/4time-sharing-system.html index 41044e6..17df29b 100644 --- a/chapter3/4time-sharing-system.html +++ b/chapter3/4time-sharing-system.html @@ -519,7 +519,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter3/5exercise.html b/chapter3/5exercise.html index 3c64348..c06b1d4 100644 --- a/chapter3/5exercise.html +++ b/chapter3/5exercise.html @@ -530,7 +530,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter3/index.html b/chapter3/index.html index decd69c..442fcdd 100644 --- a/chapter3/index.html +++ b/chapter3/index.html @@ -408,7 +408,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter4/0intro.html b/chapter4/0intro.html index f584163..6c99ad2 100644 --- a/chapter4/0intro.html +++ b/chapter4/0intro.html @@ -473,7 +473,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter4/3sv39-implementation-1.html b/chapter4/3sv39-implementation-1.html index f46b7ed..cf44dae 100644 --- a/chapter4/3sv39-implementation-1.html +++ b/chapter4/3sv39-implementation-1.html @@ -570,7 +570,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter4/4sv39-implementation-2.html b/chapter4/4sv39-implementation-2.html index 18fba3f..18de648 100644 --- a/chapter4/4sv39-implementation-2.html +++ b/chapter4/4sv39-implementation-2.html @@ -785,7 +785,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter4/5kernel-app-spaces.html b/chapter4/5kernel-app-spaces.html index 0e336a9..16ccaec 100644 --- a/chapter4/5kernel-app-spaces.html +++ b/chapter4/5kernel-app-spaces.html @@ -911,7 +911,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter4/6multitasking-based-on-as.html b/chapter4/6multitasking-based-on-as.html index 4ad57e6..29f3c49 100644 --- a/chapter4/6multitasking-based-on-as.html +++ b/chapter4/6multitasking-based-on-as.html @@ -995,7 +995,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter4/7exercise.html b/chapter4/7exercise.html index e537dea..7e23c64 100644 --- a/chapter4/7exercise.html +++ b/chapter4/7exercise.html @@ -527,7 +527,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter4/index.html b/chapter4/index.html index 45ee68f..76be342 100644 --- a/chapter4/index.html +++ b/chapter4/index.html @@ -435,7 +435,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter5/0intro.html b/chapter5/0intro.html index b14842f..0ac1a62 100644 --- a/chapter5/0intro.html +++ b/chapter5/0intro.html @@ -531,7 +531,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter5/1process.html b/chapter5/1process.html index e8e9bd2..9fa0af2 100644 --- a/chapter5/1process.html +++ b/chapter5/1process.html @@ -600,7 +600,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter5/2core-data-structures.html b/chapter5/2core-data-structures.html index a51b55a..f015f6b 100644 --- a/chapter5/2core-data-structures.html +++ b/chapter5/2core-data-structures.html @@ -880,7 +880,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter5/3implement-process-mechanism.html b/chapter5/3implement-process-mechanism.html index 8203459..d58272a 100644 --- a/chapter5/3implement-process-mechanism.html +++ b/chapter5/3implement-process-mechanism.html @@ -1006,7 +1006,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter5/4exercise.html b/chapter5/4exercise.html index aca8461..00e7488 100644 --- a/chapter5/4exercise.html +++ b/chapter5/4exercise.html @@ -520,7 +520,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter5/index.html b/chapter5/index.html index 4374e3d..7cefc7b 100644 --- a/chapter5/index.html +++ b/chapter5/index.html @@ -435,7 +435,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter6/0intro.html b/chapter6/0intro.html index 07f1730..46851fa 100644 --- a/chapter6/0intro.html +++ b/chapter6/0intro.html @@ -503,7 +503,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter6/1file-descriptor.html b/chapter6/1file-descriptor.html index dfa0348..7b77167 100644 --- a/chapter6/1file-descriptor.html +++ b/chapter6/1file-descriptor.html @@ -601,7 +601,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter6/1fs-interface.html b/chapter6/1fs-interface.html index bb50c33..ba52af7 100644 --- a/chapter6/1fs-interface.html +++ b/chapter6/1fs-interface.html @@ -491,7 +491,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter6/2fs-implementation-1.html b/chapter6/2fs-implementation-1.html index e7b3f7f..5e7e71d 100644 --- a/chapter6/2fs-implementation-1.html +++ b/chapter6/2fs-implementation-1.html @@ -994,7 +994,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter6/2fs-implementation-2.html b/chapter6/2fs-implementation-2.html index 59af14c..6d46ff5 100644 --- a/chapter6/2fs-implementation-2.html +++ b/chapter6/2fs-implementation-2.html @@ -940,7 +940,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter6/3using-easy-fs-in-kernel.html b/chapter6/3using-easy-fs-in-kernel.html index 91373a1..158e885 100644 --- a/chapter6/3using-easy-fs-in-kernel.html +++ b/chapter6/3using-easy-fs-in-kernel.html @@ -663,7 +663,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter6/4exercise.html b/chapter6/4exercise.html index 58a4dd5..8795242 100644 --- a/chapter6/4exercise.html +++ b/chapter6/4exercise.html @@ -540,7 +540,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter6/index.html b/chapter6/index.html index 26e1dee..e8a7e97 100644 --- a/chapter6/index.html +++ b/chapter6/index.html @@ -446,7 +446,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter7/0intro.html b/chapter7/0intro.html index a91d07d..d809869 100644 --- a/chapter7/0intro.html +++ b/chapter7/0intro.html @@ -476,7 +476,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter7/1pipe.html b/chapter7/1pipe.html index 6585412..651f089 100644 --- a/chapter7/1pipe.html +++ b/chapter7/1pipe.html @@ -707,7 +707,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter7/2cmdargs-and-redirection.html b/chapter7/2cmdargs-and-redirection.html index be6a3e2..754ec15 100644 --- a/chapter7/2cmdargs-and-redirection.html +++ b/chapter7/2cmdargs-and-redirection.html @@ -685,7 +685,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter7/3exercise.html b/chapter7/3exercise.html index 2d44217..53fe568 100644 --- a/chapter7/3exercise.html +++ b/chapter7/3exercise.html @@ -404,7 +404,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter7/index.html b/chapter7/index.html index ee8ccdf..5b67f33 100644 --- a/chapter7/index.html +++ b/chapter7/index.html @@ -401,7 +401,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter8/0intro.html b/chapter8/0intro.html index 8644cd3..189d25f 100644 --- a/chapter8/0intro.html +++ b/chapter8/0intro.html @@ -596,7 +596,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter8/1thread-kernel.html b/chapter8/1thread-kernel.html index 836ad0f..3720d18 100644 --- a/chapter8/1thread-kernel.html +++ b/chapter8/1thread-kernel.html @@ -834,7 +834,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter8/2lock.html b/chapter8/2lock.html index 4f2a682..8ccbb46 100644 --- a/chapter8/2lock.html +++ b/chapter8/2lock.html @@ -785,7 +785,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter8/3semaphore.html b/chapter8/3semaphore.html index d5c0507..c65ca7c 100644 --- a/chapter8/3semaphore.html +++ b/chapter8/3semaphore.html @@ -624,7 +624,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter8/4condition-variable.html b/chapter8/4condition-variable.html index 3d9a8c2..bca0fcb 100644 --- a/chapter8/4condition-variable.html +++ b/chapter8/4condition-variable.html @@ -657,7 +657,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter8/5exercise.html b/chapter8/5exercise.html index b98319b..3fa52ce 100644 --- a/chapter8/5exercise.html +++ b/chapter8/5exercise.html @@ -527,7 +527,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/chapter8/index.html b/chapter8/index.html index b1408e9..80f80c6 100644 --- a/chapter8/index.html +++ b/chapter8/index.html @@ -451,7 +451,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/genindex.html b/genindex.html index b78c446..5aaa5cf 100644 --- a/genindex.html +++ b/genindex.html @@ -343,7 +343,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/index.html b/index.html index ea3f354..bb2be23 100644 --- a/index.html +++ b/index.html @@ -421,7 +421,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/rest-example.html b/rest-example.html index ea8d149..dc45b28 100644 --- a/rest-example.html +++ b/rest-example.html @@ -438,7 +438,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/search.html b/search.html index 8a3eb43..e25868b 100644 --- a/search.html +++ b/search.html @@ -347,7 +347,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments"); diff --git a/setup-sphinx.html b/setup-sphinx.html index 84b4b6d..867734f 100644 --- a/setup-sphinx.html +++ b/setup-sphinx.html @@ -377,7 +377,7 @@ var addUtterances = () => { script.src = "https://utteranc.es/client.js"; script.async = "async"; - script.setAttribute("repo", "LearningOS/rCore-Tutorial-Guide-2022S"); + script.setAttribute("repo", "LearningOS/rust-based-os-comp2022"); script.setAttribute("issue-term", "pathname"); script.setAttribute("theme", "github-light"); script.setAttribute("label", "comments");