diff --git "a/source/_posts/2025\346\230\245\345\244\217\346\223\215\344\275\234\347\263\273\347\273\237\350\256\255\347\273\203\350\220\245\347\254\254\344\270\200\351\230\266\346\256\265\346\200\273\347\273\223-heirish.md" "b/source/_posts/2025\346\230\245\345\244\217\346\223\215\344\275\234\347\263\273\347\273\237\350\256\255\347\273\203\350\220\245\347\254\254\344\270\200\351\230\266\346\256\265\346\200\273\347\273\223-heirish.md" new file mode 100644 index 00000000000..bebac3e62a7 --- /dev/null +++ "b/source/_posts/2025\346\230\245\345\244\217\346\223\215\344\275\234\347\263\273\347\273\237\350\256\255\347\273\203\350\220\245\347\254\254\344\270\200\351\230\266\346\256\265\346\200\273\347\273\223-heirish.md" @@ -0,0 +1,11 @@ +--- + title: 2025春夏操作系统训练营第一阶段总结-heirish +date: 2025-04-13 23:43:47 +tags: + - author:heirish + - repo:https://github.com/LearningOS/2025s-rustling-heirish +--- + +## 总结 + - Rust:主要通过训练营的课程以及Rust by Example系列进行学习。有一些编程基础,相对较容易通过。 + - RISC-V基础:主要通过B站视频进行学习, 了解了一些基本的概念。 diff --git "a/source/_posts/2025\346\230\245\345\244\217\346\223\215\344\275\234\347\263\273\347\273\237\350\256\255\347\273\203\350\220\245\347\254\254\344\272\214\351\230\266\346\256\265\346\200\273\347\273\223-heirish.md" "b/source/_posts/2025\346\230\245\345\244\217\346\223\215\344\275\234\347\263\273\347\273\237\350\256\255\347\273\203\350\220\245\347\254\254\344\272\214\351\230\266\346\256\265\346\200\273\347\273\223-heirish.md" new file mode 100644 index 00000000000..a455a29858b --- /dev/null +++ "b/source/_posts/2025\346\230\245\345\244\217\346\223\215\344\275\234\347\263\273\347\273\237\350\256\255\347\273\203\350\220\245\347\254\254\344\272\214\351\230\266\346\256\265\346\200\273\347\273\223-heirish.md" @@ -0,0 +1,10 @@ +--- +title: 2025春夏操作系统训练营第二阶段总结-heirish +date: 2025-05-01 17:45:15 +tags: + - author:heirish + - repo:https://github.com/LearningOS/2025s-rcore-heirish +--- + +## 总结 +第二阶段的强度慢慢上来了,由于平时要上班和前期收不到短信验证码的问题,不能跟上每周的直播课,主要通过学习tutorial文档和课后看录频和课件的方式学习。本阶段对内存管理,进程管理和文件系统, 线程进行了系统的学习。特别是内存映射和文件系统章节,学习到很多。同时,随着代码量增大,学习的同时画UML图对理解代码和整个框架也很有帮助。 \ No newline at end of file