Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 772 Bytes

File metadata and controls

15 lines (8 loc) · 772 Bytes

My Solution of THU uCore Lab

uCore is an educational operating system developed by the Computer Science Department of Tsinghua University, which comes with 8 lab exercises.

To learn the principles of operating systems and related development techniques, I studied and completed these 8 exercises based on the x86 version of uCore during the summer of 2024.

Now, I am sharing my solution code and study notes on GitHub to help those in need.

reference

The official GitHub page of uCore (x86 version): https://github.com/chyyuu/os_kernel_lab/tree/x86-32

The official document of uCore (x86 version): https://chyyuu.gitbooks.io/ucore_os_docs/content/

The official online courses of uCore (x86 version): https://www.xuetangx.com/course/THU08091000267/12424484