# 首页

这是复旦大学 2024 年秋季学期 《操作系统（H）》 课程的配套实验内容。实验内容将包括：引导、内存管理、进程管理、多核与并发控制、中断与异常、缺页处理、块设备驱动、文件系统，并最终启动 shell。

## 📰 News

* **Jan. 7, 2025** Final Lab 发&#x5E03;**。**
* **Dec. 6, 2024** Lab 7 MM 发&#x5E03;**。**
* **Nov. 22, 2024** Lab 6 Inode-based FS 发布。
* **Nov. 8, 2024** Lab 5 LogFS & Block Device Cache 发布。
* **Nov. 1, 2024** Lab 4.2 Async I/O 发布。
* **Oct. 25, 2024** Lab 4.1 Condvar 发布。
* **Oct. 11, 2024** Lab 3 User Process 发布。
* **Sep. 27, 2024** Lab 2 Kernel Process 发布。
* **Sep. 13, 2024** Lab 1  Allocator 发布。
* **Sep. 6, 2024** Lab 0  Booting 发布。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://osh.fducslg.com/operating-systems-h-24fall/shi-yan/shou-ye.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
