Skip to content
/ OS Public
forked from TobeMegan/OS

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

Notifications You must be signed in to change notification settings

WHUlyl/OS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OS

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

章节实现

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

cpu状态:active-实模式。

第三章:保护模式。

cpu状态:active-保护模式。

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

cpu状态:active-保护模式。

第五章:内核雏形。

cpu状态:halted-保护模式。

第六章:进程。

cpu状态:active-保护模式。

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

cpu状态:active-保护模式。

第八章:进程间通信。

cpu状态:active-保护模式。

第九章:文件系统。

cpu状态:active-保护模式。

第十章:内存管理。

cpu状态:active-保护模式。

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.8%
  • Assembly 40.0%
  • C++ 3.6%
  • Makefile 1.8%
  • Other 0.8%