From 2801dcf5407f2481ae5e6b3430e3e3e29d60e61d Mon Sep 17 00:00:00 2001 From: Yifan Wu Date: Mon, 14 Dec 2020 17:23:41 +0800 Subject: [PATCH] Update ch3/ch4 Description. --- ch2/.idea/misc.xml | 22 ---- ch2/.idea/user.iml | 8 -- ch2/.idea/vcs.xml | 6 -- ch2/.idea/workspace.xml | 191 ----------------------------------- ch3-coop/.idea/misc.xml | 22 ---- ch3-coop/.idea/user.iml | 8 -- ch3-coop/.idea/vcs.xml | 6 -- ch3-coop/.idea/workspace.xml | 191 ----------------------------------- ch3/.idea/misc.xml | 22 ---- ch3/.idea/user.iml | 8 -- ch3/.idea/vcs.xml | 6 -- ch3/.idea/workspace.xml | 191 ----------------------------------- ch3/README.md | 19 ++++ ch4/.idea/misc.xml | 22 ---- ch4/.idea/user.iml | 8 -- ch4/.idea/vcs.xml | 6 -- ch4/.idea/workspace.xml | 191 ----------------------------------- ch4/README.md | 3 + ch5/.idea/misc.xml | 22 ---- ch5/.idea/user.iml | 8 -- ch5/.idea/vcs.xml | 6 -- ch5/.idea/workspace.xml | 191 ----------------------------------- ch6/.idea/misc.xml | 22 ---- ch6/.idea/user.iml | 8 -- ch6/.idea/vcs.xml | 6 -- ch6/.idea/workspace.xml | 191 ----------------------------------- 26 files changed, 22 insertions(+), 1362 deletions(-) delete mode 100644 ch2/.idea/misc.xml delete mode 100644 ch2/.idea/user.iml delete mode 100644 ch2/.idea/vcs.xml delete mode 100644 ch2/.idea/workspace.xml delete mode 100644 ch3-coop/.idea/misc.xml delete mode 100644 ch3-coop/.idea/user.iml delete mode 100644 ch3-coop/.idea/vcs.xml delete mode 100644 ch3-coop/.idea/workspace.xml delete mode 100644 ch3/.idea/misc.xml delete mode 100644 ch3/.idea/user.iml delete mode 100644 ch3/.idea/vcs.xml delete mode 100644 ch3/.idea/workspace.xml create mode 100644 ch3/README.md delete mode 100644 ch4/.idea/misc.xml delete mode 100644 ch4/.idea/user.iml delete mode 100644 ch4/.idea/vcs.xml delete mode 100644 ch4/.idea/workspace.xml create mode 100644 ch4/README.md delete mode 100644 ch5/.idea/misc.xml delete mode 100644 ch5/.idea/user.iml delete mode 100644 ch5/.idea/vcs.xml delete mode 100644 ch5/.idea/workspace.xml delete mode 100644 ch6/.idea/misc.xml delete mode 100644 ch6/.idea/user.iml delete mode 100644 ch6/.idea/vcs.xml delete mode 100644 ch6/.idea/workspace.xml diff --git a/ch2/.idea/misc.xml b/ch2/.idea/misc.xml deleted file mode 100644 index 56189180..00000000 --- a/ch2/.idea/misc.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/ch2/.idea/user.iml b/ch2/.idea/user.iml deleted file mode 100644 index b44d0258..00000000 --- a/ch2/.idea/user.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/ch2/.idea/vcs.xml b/ch2/.idea/vcs.xml deleted file mode 100644 index 6c0b8635..00000000 --- a/ch2/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/ch2/.idea/workspace.xml b/ch2/.idea/workspace.xml deleted file mode 100644 index b4ed534b..00000000 --- a/ch2/.idea/workspace.xml +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1605727203780 - - - - - - - - - \ No newline at end of file diff --git a/ch3/.idea/misc.xml b/ch3/.idea/misc.xml deleted file mode 100644 index 56189180..00000000 --- a/ch3/.idea/misc.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/ch3/.idea/user.iml b/ch3/.idea/user.iml deleted file mode 100644 index b44d0258..00000000 --- a/ch3/.idea/user.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/ch3/.idea/vcs.xml b/ch3/.idea/vcs.xml deleted file mode 100644 index 6c0b8635..00000000 --- a/ch3/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/ch3/.idea/workspace.xml b/ch3/.idea/workspace.xml deleted file mode 100644 index b4ed534b..00000000 --- a/ch3/.idea/workspace.xml +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1605727203780 - - - - - - - - - \ No newline at end of file diff --git a/ch4/README.md b/ch4/README.md new file mode 100644 index 00000000..f72b720f --- /dev/null +++ b/ch4/README.md @@ -0,0 +1,3 @@ +# Tutorial 第四章测试用例 + +第四章的应用与第三章第二阶段的应用一样,只是它们均被链接到 0x0 开头的地址空间上。这就需要我们利用 CPU 提供的页表机制,为每个应用创造一个虚拟地址空间。 \ No newline at end of file diff --git a/ch5/.idea/misc.xml b/ch5/.idea/misc.xml deleted file mode 100644 index 56189180..00000000 --- a/ch5/.idea/misc.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/ch5/.idea/user.iml b/ch5/.idea/user.iml deleted file mode 100644 index b44d0258..00000000 --- a/ch5/.idea/user.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/ch5/.idea/vcs.xml b/ch5/.idea/vcs.xml deleted file mode 100644 index 6c0b8635..00000000 --- a/ch5/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/ch5/.idea/workspace.xml b/ch5/.idea/workspace.xml deleted file mode 100644 index b4ed534b..00000000 --- a/ch5/.idea/workspace.xml +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1605727203780 - - - - - - - - - \ No newline at end of file