Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
/ rcore_os Public archive

Learning rust and operating system...

Notifications You must be signed in to change notification settings

am009/rcore_os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rcore_os

Learning rust and operating system...

schedule.md 是日程记录

notes/ 是所有的笔记

learning-cargo/ 是Rust编程之道的第10章跟着做

lists/ 是跟着做用rust写双链表的教程, 没有完全完成 https://rust-unofficial.github.io/too-many-lists/

hardways/ 是笨办法学C的一些练习

rustlings/

labs/ 是一步步跟着rcore-Turorial v3 自己敲出来的相关代码