diff --git a/content/about.md b/content/about.md index 3dfb63e..3bfe38f 100644 --- a/content/about.md +++ b/content/about.md @@ -8,33 +8,41 @@ author: suo yuan ## 关于 - 普通本科 大三在读 在一个算是科班的地方学习的野路子,学校菜菜,我也菜菜 🤐 +- 算是一个操作系统爱好者 😗 - 开发环境: - - Gentoo Linux && Visual Studio Code && Neovim - - 更习惯使用 Gentoo Linux,除非环境不太支持 GNU/Linux + Wayland - - 根据上一条,所以我还保留了 Windows 11 的环境以备不时之需 + - Fedora Linux && Visual Studio Code + - 几个 Windows 虚拟机以备不时之需 - 编程语言: - C/C++: 三年 C/C++,五年 Segmentation fault 😭 - - ~~Shell/Java/Python/Nix,...~~ + - ~~Shell/Python/Nix,...~~ ### Task - [ ] 刷课 - - [x] MIT 6.1810: Operating System Engineering - - 差最后一个 lab 没做完 - - [ ] NJU OS: Operating System Design and Implementation - - [x] Stanford CS106L: Standard C++ Programming - - 没做这门课程的 HW - - [ ] Stanford CS144: Computer Network - - [ ] UCB CS61C: Great Ideas in Computer Architecture - - [ ] NJU: Static Program Analysis + - [x] MIT 6.1810: Operating System Engineering + - [6.1810](https://pdos.csail.mit.edu/6.828/) + - 差最后一个 lab 没做完 + - [ ] NJU OS: Operating System Design and Implementation + - [操作系统:设计与实现 (2024 春季学期)](https://jyywiki.cn/OS/2024/) + - [ ] Stanford CS162: Operating System + - [CS 162: Operating Systems and System Programming](https://cs162.org/) + - [Welcome to Pintos](https://pkuflyingpig.gitbook.io/pintos) + - [x] Stanford CS106L: Standard C++ Programming + - 没做这门课程的 HW + - [ ] Stanford CS144: Computer Network + - [CS 144: Introduction to Computer Networking,](https://cs144.github.io/) + - [ ] PKU: 编译原理实践 + - [北大编译实践在线文档](https://pku-minic.github.io/online-doc/#/) + - [ ] UCB CS61C: Great Ideas in Computer Architecture - [ ] 通过一生一芯 + - [第六期"一生一芯"课程主页](https://ysyx.oscc.cc/docs/) - 目前完成了预学习阶段 - [ ] 把 xv6-riscv 源码阅读的坑填上 - 一时半会是填补不上了 ### Project -#### ReleaseButler: 基本 GitHub 类 Ports 构建系统 +#### ReleaseButler: 基于 GitHub 类 Ports 构建系统 Ports 是 *BSD 使用的一种系统,可以自动下载源代码、解压缩、打补丁、编译和安装软件。ReleaseButler 基于该理念,能够自动检测 Linux 发行版并构建软件,同时记录安装信息,方便用户快速重现配置环境。