From 4e91de07b5b1fd1c2e725fc461b08287f75b5707 Mon Sep 17 00:00:00 2001 From: MemoryShore <1353318529@qq.com> Date: Fri, 5 Jul 2024 00:00:30 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0SIG-MM=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigs/sig-mm/README.md | 40 +++++++++++++++++++++++++++++++++ sigs/sig-mm/charter.md | 45 +++++++++++++++++++++++++++++++++++++ sigs/sig-mm/contributing.md | 23 +++++++++++++++++++ 3 files changed, 108 insertions(+) create mode 100644 sigs/sig-mm/README.md create mode 100644 sigs/sig-mm/charter.md create mode 100644 sigs/sig-mm/contributing.md diff --git a/sigs/sig-mm/README.md b/sigs/sig-mm/README.md new file mode 100644 index 0000000..18d599e --- /dev/null +++ b/sigs/sig-mm/README.md @@ -0,0 +1,40 @@ +# SIG-MM + +SIG-MM维护并发展了内存管理模块。 + + +该[章程](charter.md)定义了[SIG-MM]的范围和治理相关的内容。 + +## 会议 + +- SIG定期会议:**待定** (每两周一次) + - 会议记录和议程 (这里要指向对应的文档链接) + - 会议视频 (指向DragonOS社区官方bilibili账号下,每个SIG的合集链接) + + +## SIG管理层 + +### 主席 + +SIG 主席负责管理 SIG 的运营和流程。 + +- 许梓毫 [@Jomocool](https://github.com/Jomocool),华南理工大学 +- 胡兆朋 [@MemoryShore](https://github.com/MemoryShore),华南理工大学 + +## 联系方式 + +- BBS版块:暂无 +- GitHub团队 + - 暂无 +- PMC联络人: + - [@Jomocool](https://github.com/Jomocool) + - [@MemoryShore](https://github.com/MemoryShore) + +### 工作组 +以下是SIG-Main参与并支持的工作组 +- (暂无) +### 子项目列表 +以下子项目归SIG-Main所有: +- (暂无) + +[SIG-MM]: README.md \ No newline at end of file diff --git a/sigs/sig-mm/charter.md b/sigs/sig-mm/charter.md new file mode 100644 index 0000000..38d61c0 --- /dev/null +++ b/sigs/sig-mm/charter.md @@ -0,0 +1,45 @@ +# SIG-MM架构章程 + +本章程遵循[SIG治理文档]中描述的约定,并使用[SIG章程指南]中概述的角色和组织管理。 + +## 范围 + +[SIG-MM]维护并发展了内存管理模块 + +### 属于SIG-MM的范围 + + +#### [DragonOS]内存管理模块的开发 + +- 内存管理模块的新功能、特性实现 +- 内存管理模块相关问题的维护与解决 + +### 不属于当前SIG的范围 + +- 非内存管理模块相关 +- 其他操作系统的内存管理相关 + +## 角色和组织管理 +该部分遵循循[SIG治理文档](https://community.dragonos.org/governance/sig-governance/)中描述的角色和组织管理,不对[SIG治理文档](https://community.dragonos.org/governance/sig-governance/)描述的角色职责进行更改 + +### 主席的额外职责 + +- 在每次 SIG 会议之前管理和策划与所有子项目相关的项目板,以便进行讨论 +- 确保在会议前 24 小时填写议程,否则会议将被取消 +- 尽可能在活动和社区会议上报告 SIG 状态 +- 积极促进 SIG 的多样性和包容性 +- 遵守DragonOS社区行为准则,尤其是在个人行为和责任方面 + +### 与[SIG治理文档]的差异 + +与[SIG治理文档]无差异 + +### 子项目创建 + +参见[SIG治理文档的子项目创建部分] + +[SIG治理文档]: /governance/sig-governance/README.md +[SIG治理文档的子项目创建部分]: /governance/sig-governance/README.md#子项目创建 +[SIG章程指南]: /governance/sig-governance/sig-charter-guide.md +[DragonOS]: https://dragonos.org/ +[SIG-MM]: README.md \ No newline at end of file diff --git a/sigs/sig-mm/contributing.md b/sigs/sig-mm/contributing.md new file mode 100644 index 0000000..bb2287b --- /dev/null +++ b/sigs/sig-mm/contributing.md @@ -0,0 +1,23 @@ +# 为SIG-MM作出贡献 + +欢迎为 SIG-MM 作出贡献。SIG-MM 有多个您可以贡献的领域。这些贡献可以以代码、文档、支持的形式出现,参与论坛讨论,出席会议等等。本文档描述了SIG-MM参与的不同主要功能区域,概述了这些领域,并提供了获取更多参与的指南。您可以把这看作是SIG-MM的起点,或者是选择一个您感兴趣的领域来开始。 + +## 入门 + +要加入 SIG-MM ,您需要先阅读[贡献者指南]。 + + + + +## 代码之外的贡献 + +## 子项目分拆&负责人任命 + +### 子项目1 + +#### 范围 +#### 负责人 + +[贡献者指南]: /contributors/README.md From f9d5e46c30bd3003e820c9efc5f22dfe62918933 Mon Sep 17 00:00:00 2001 From: MemoryShore <1353318529@qq.com> Date: Sat, 6 Jul 2024 03:02:05 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=B0config.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vuepress/config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vuepress/config.js b/.vuepress/config.js index e80dff0..5a90592 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -140,6 +140,14 @@ export default defineUserConfig({ '/sigs/sig-network/contributing.md', ] }, + { + text: 'SIG MM', + children: [ + '/sigs/sig-mm/', + '/sigs/sig-mm/charter.md', + '/sigs/sig-mm/contributing.md', + ] + }, ], '/wgs/': [ { From 44d2b6439d2fcf841f68fee3dade0c7a31d140aa Mon Sep 17 00:00:00 2001 From: Jomocool <2512364506@qq.com> Date: Mon, 22 Jul 2024 22:30:43 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=AE=8C=E5=96=84SIG-MM=E7=9A=84Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigs/sig-mm/README.md | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/sigs/sig-mm/README.md b/sigs/sig-mm/README.md index 18d599e..c06c062 100644 --- a/sigs/sig-mm/README.md +++ b/sigs/sig-mm/README.md @@ -1,18 +1,16 @@ # SIG-MM -SIG-MM维护并发展了内存管理模块。 - +SIG-MM 维护并发展了内存管理模块。 该[章程](charter.md)定义了[SIG-MM]的范围和治理相关的内容。 ## 会议 -- SIG定期会议:**待定** (每两周一次) - - 会议记录和议程 (这里要指向对应的文档链接) - - 会议视频 (指向DragonOS社区官方bilibili账号下,每个SIG的合集链接) - +- SIG 定期会议:**北京时间 周五 21:00** (每两周一次) + - 会议记录和议程 暂无 + - 会议视频 (指向 DragonOS 社区官方 bilibili 账号下,每个 SIG 的合集链接) -## SIG管理层 +## SIG 管理层 ### 主席 @@ -23,18 +21,23 @@ SIG 主席负责管理 SIG 的运营和流程。 ## 联系方式 -- BBS版块:暂无 -- GitHub团队 +- BBS 版块:https://bbs.dragonos.org.cn/c/sig-mm/15 +- GitHub 团队 - 暂无 -- PMC联络人: +- PMC 联络人: - [@Jomocool](https://github.com/Jomocool) - [@MemoryShore](https://github.com/MemoryShore) ### 工作组 -以下是SIG-Main参与并支持的工作组 + +以下是 SIG-MM 参与并支持的工作组 + - (暂无) + ### 子项目列表 -以下子项目归SIG-Main所有: -- (暂无) -[SIG-MM]: README.md \ No newline at end of file +以下子项目归 SIG-MM 所有: + +- 简单实现 fat 文件系统的文件映射 + - Maintainer + - 胡兆朋,[@MemoryShore](https://github.com/MemoryShore)