自制操作系统

ebook 一种基于状态机的操作系统的假设与实现

By 张文

cover image of 自制操作系统

Sign up to save your library

With an OverDrive account, you can save your favorite libraries for at-a-glance information about availability. Find out more about OverDrive accounts.

   Not today

Find this title in Libby, the library reading app by OverDrive.

Download Libby on the App Store Download Libby on Google Play

Search for a digital library with this title

Title found at these libraries:

Library Name Distance
Loading...

本书作者通过搜索大量的开源资料,利用反编译工具反编译硬盘中的引导扇区,以及进行多轮操作和调试,制作了一种基于状态机的操作系统——SMOS。本书详细介绍一个完整的、可以在虚拟机和物理机上运行的操作系统的实现过程。全书共8章:第1章介绍开发该操作系统需要建立的包括编辑、编译和调试程序在内的开发环境;第2章介绍操作系统BIOS启动过程及引导代码实现过程等;第3章介绍操作系统数据抽象实现过程;第4章介绍操作系统操作抽象实现过程;第5章介绍操作系统过程抽象实现过程;第6章介绍操作系统系统抽象实现过程;第7章介绍外部独立编译的应用程序editor实现过程;第8章介绍操作系统在物理机上测试运行的过程。

自制操作系统