-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix some date and rearrange the schedule struct #178
base: main
Are you sure you want to change the base?
Conversation
MoonOld
commented
Apr 14, 2023
- 把时间修改成了正确的时间范围:11行、25行。
- 由于这次训练营第二阶段有变化,将原有的Linux apps syscall超链接改成了本次训练营第二阶段的文档:23行。
- 由于训练营第一阶段任务相对减少,Rust语言基础部分预计时间比RISC-V还长一倍,选择将其设置为第一阶段的Step1 RISC-V和操作系统学习设为Step2。
- “通过要求”和“参考资料”的重新整理。Rust语言基础部分已经单独列出了参考资料,而末尾节的参考资料又都是RISC-V与操作系统内容,于是个人选择将其移至Step2(新组织后的Step2)内容中。通过要求中描述了Rust编程能力与系统和指令集熟悉程度,应单独列出。
@@ -8,7 +8,7 @@ | |||
- [第一阶段排行:Rust Lang](https://learningos.github.io/rust-rustlings-ranking/) | |||
- [rustlings Rust编程训练教室](https://classroom.github.com/a/H1iQ2GNX) | |||
|
|||
欢迎在校学生/工程师在2023年春夏季参加清华大学、CSDN、阿图教育等共同举办的**2023年春夏季开源操作系统训练营**活动(2022.04.01~2023.08.01),本次活动分为两个阶段: | |||
欢迎在校学生/工程师在2023年春夏季参加清华大学、CSDN、阿图教育等共同举办的**2023年春夏季开源操作系统训练营**活动(2023.04.01~2023.08.01),本次活动分为两个阶段: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
日期修改:2023年训练营应该不涉及2022年
@@ -20,9 +20,9 @@ | |||
- 可选:(完成第二阶段后~2023.08.20)如果有其它有趣的想法或愿意参加更有挑战的训练(比如实现支持Rust协程的OS,支持unikernel&微库形态的OS等),欢迎提出,联系LearningOS开源社区负责人李明老师(微信id:limingth)和助教。 | |||
|
|||
|
|||
如有兴趣参加,请在2023年04月01日前请在填写[训练营报名登记表](http://chyyyuuu.mikecrm.com/2zxG8dp)填写相关个人信息,并加入[相关微信群](./2023os2train.jpg)。获得邀请后,将开始参与本次训练营活动。完成本次活动第一阶段(2023.04.01~2023.05.01)的同学如果通过review,将可在2023.05.01~2023.07.01,开展第二阶段[OS Kernel supporting Linux Apps实验](https://github.com/LearningOS/oscomp-kernel-training)。训练营结束后,部分表现突出的同学将获得训练营优秀证书。鼓励同学继续以开源社区的方式参与到企业/科研院所的操作系统实习/实践/工作/学习等相关的活动。 | |||
如有兴趣参加,请在2023年04月01日前请在填写[训练营报名登记表](http://chyyyuuu.mikecrm.com/2zxG8dp)填写相关个人信息,并加入[相关微信群](./2023os2train.jpg)。获得邀请后,将开始参与本次训练营活动。完成本次活动第一阶段(2023.04.01~2023.05.01)的同学如果通过review,将可在2023.05.01~2023.07.01,开展[第二阶段](https://github.com/LearningOS/rust-based-os-comp2023/blob/main/scheduling-2.md)。训练营结束后,部分表现突出的同学将获得训练营优秀证书。鼓励同学继续以开源社区的方式参与到企业/科研院所的操作系统实习/实践/工作/学习等相关的活动。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如Pr中第二点所言,修改了第二阶段内容
|
||
> 我们也在持续探索和改进开源操作系统训练营,即这个活动不仅仅局限在 2022.11.01~2023.02.01。我们希望建立的是一种长期持续发展的操作系统训练营模式,即各种学习资源都开源并整理集中在一起,导师/助教和学生/爱好者之间基于要做的实验或项目不定期/定期的进行交流。学生/爱好者完成了一定程度的学习和训练后,除了自身得到能力的提升外,还可获得相关证书和就业/学习等机会和相关推荐等,推动他在未来的进一步发展。 | ||
> 我们也在持续探索和改进开源操作系统训练营,即这个活动不仅仅局限在 2023.4.01~2023.8.01。我们希望建立的是一种长期持续发展的操作系统训练营模式,即各种学习资源都开源并整理集中在一起,导师/助教和学生/爱好者之间基于要做的实验或项目不定期/定期的进行交流。学生/爱好者完成了一定程度的学习和训练后,除了自身得到能力的提升外,还可获得相关证书和就业/学习等机会和相关推荐等,推动他在未来的进一步发展。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
此处应该是去年秋季rcore的时间范围忘记修改了
@@ -53,7 +53,7 @@ | |||
- 要求的[Rust-lang Lab Test based on Rustlings(采用Github Classroom模式的Rustling小练习)](https://classroom.github.com/a/H1iQ2GNX) 的完成情况 (成绩分数:70%) | |||
|
|||
|
|||
#### step 0 自学rust编程(大约7~14天) | |||
#### step 1 自学rust编程(大约7~14天) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
此处见PR第三点,主要出于体量考量。
@@ -103,15 +103,13 @@ | |||
- 要求:大部分练习会做或能读懂。(**非必须完成**) | |||
- [exercism.io官方站点](https://exercism.io/) | |||
|
|||
#### step 1 自学risc-v系统结构(大约2~7天) | |||
#### step 2 自学RISC-V系统结构(大约2~7天) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
此处也是见PR第三点
@@ -124,10 +122,10 @@ | |||
|
|||
- (Option)[Berkeley CS61C: Great Ideas in Computer Architecture (Machine Structures)](http://www-inst.eecs.berkeley.edu/~cs61c/sp18/) | |||
|
|||
> Option的含义是:如果有足够的时间建议看看,否则在后续要用到时或需要查询进一步信息时再查阅这些内容。 | |||
> Option的含义是:如果有足够的时间建议看看,否则在后续要用到时或需要查询进一步信息时再查阅这些内容。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
此处把最后一节的“自学材料和练习要求”内容提出到Step2中,并将Option的说明放到第一层来对应两点参考资料。