Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 489 Bytes

day5-learning.md

File metadata and controls

23 lines (13 loc) · 489 Bytes

Rust

完善对于闭包的学习

  • 使用使用泛型和 Fn Trait 存储闭包
  • 使用闭包捕获上下文

完善对于迭代器的学习

  • Iterator trait 和 next 方法
  • 消耗和产生迭代器的方法

计划开始刷leetcode上的题目,完善对于Rust语言的使用

OS learning

中断和异常

U-mode与S-mode的隔离与交互

S-mode处理中断和异常的方式,隔离的机制。各种特权指令集,S-mode的虚存机制

实现批处理操作系统