blankaiwang / OS

一个操作系统的实现-课程设计报告

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS

一个操作系统的实现-课程设计报告

章节实现

第一二章:搭建工作环境运行一个最小的操作系统。

cpu状态:active-实模式。

第三章:保护模式。

cpu状态:active-保护模式。

第四章:让操作系统走进保护模式。

cpu状态:active-保护模式。

第五章:内核雏形。

cpu状态:halted-保护模式。

第六章:进程。

cpu状态:active-保护模式。

第七章:输入/输出系统。

cpu状态:active-保护模式。

第八章:进程间通信。

cpu状态:active-保护模式。

第九章:文件系统。

cpu状态:active-保护模式。

第十章:内存管理。

cpu状态:active-保护模式。

About

一个操作系统的实现-课程设计报告


Languages

Language:C 53.7%Language:Assembly 40.0%Language:C++ 3.6%Language:Makefile 1.8%Language:SourcePawn 0.6%Language:Shell 0.2%