diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 8692a87..261f165 100755
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -168,9 +168,9 @@ module.exports = {
],
'/about/': [
['','项目概况'],
- ['xuos','XiUOS操作系统计划'],
+ ['xuos','未名泛在操作系统计划'],
['contact','联系方式'],
- ['license','开源协议']
+ ['license','开源许可']
]
}
},
diff --git a/docs/.vuepress/sidebar.js b/docs/.vuepress/sidebar.js
index ad1476c..89db920 100755
--- a/docs/.vuepress/sidebar.js
+++ b/docs/.vuepress/sidebar.js
@@ -75,7 +75,7 @@ const sidebar = {
'appcase': [
'/doc/appcase/dashengda',
'/doc/appcase/qianjiangdianqi'
- ]
+ ],
}
diff --git a/docs/about/img/hcp.png b/docs/about/img/hcp.png
new file mode 100644
index 0000000..d7afea4
Binary files /dev/null and b/docs/about/img/hcp.png differ
diff --git a/docs/about/xuos.md b/docs/about/xuos.md
index 209070f..873c708 100644
--- a/docs/about/xuos.md
+++ b/docs/about/xuos.md
@@ -1 +1,29 @@
# 未名泛在操作系统计划
+
+## 互联网时代人机物融合的泛在计算模式
+
+[Mark Weiser](https://en.wikipedia.org/wiki/Mark_Weiser)于1991年在"_The Computer for the 21st Century_"文章中提出了Ubiquitous Computing(泛在计算、或普适计算)的前瞻设想。所谓“泛在”,意即“无处不在、无迹可寻”。Mark Weiser认为泛在计算是主机计算(Mainframe Computing)和个人计算(Personal Computing)之后的第三次计算浪潮,在泛在计算中,计算技术退居到人们日常生活的幕后,变得无处不在、无迹可寻了,和生活密不可分。
+
+互联网及其应用的不断延伸验证了Mark Weiser的泛在计算模式预言。信息技术的网络化、泛在化、智能化趋势蕴含了人-机-物和谐发展的愿景,人类社会、信息系统、物理世界互相深度融合,信息系统在给人们带来极大便利、让世界发生巨大变化的同时,自身逐渐与人类社会和物理世界深度融合,变得无处不在、无迹可寻了。
+
+人机物融合的计算环境需要新的软件平台,以应对资源海量异构、应用需求变化频繁、应用场景动态多变的挑战,换言之,需要支持泛在计算模式的新型操作系统。未名泛在操作系统XUOS研究计划,即是在这样的背景下产生的。
+
+
+
+
+
+## 泛在操作系统研究计划
+
+泛在操作系统(Ubiquitous operating systems, UOS) 的概念表示的是不限于传统
+操作系统的一类新型操作系统。
+
+## 参考资料
+
+
+[1] Mark Weiser, "The Computer for the 21st Century", Scientific Am., vol. 265, no. 3, 1991, pp. 94–105.
+
+[2] Hong Mei, Yao Guo, "Toward Ubiquitous Operating Systems: A Software-Defined Perspective", IEEE Computer, Vol. 51, No. 1, pp. 50-56, January 2018.
+
+[3] Hong Mei, Yao Guo, "Operating Systems for Internetware: Challenges and Future Directions", ICDCS 2018, July 2018.
+
+
diff --git a/package.json b/package.json
index d9c5d89..f4f9aec 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
- "license": "Mulan",
+ "license": "MulanPSL-2.0",
"devDependencies": {
"vuepress": "^1.3.1",
"@vuepress/plugin-back-to-top": "^1.3.1",