How to Make a Computer Operating System from Scratch using C/C++

How to Make a Computer Operating System from Scratch using C/C++

简介:

本书是关于如何从头开始用C/C编写计算机操作系统的。目标是构建一个非常简单的基于UNIX的操作系统,而不仅仅是一个 “概念证明”。操作系统应该能够启动,启动userland shell,并且是可扩展的。

英文简介:

This book is about how to write a computer operating system in C/C++ from scratch. The goal is to build a very simple UNIX-based operating system, not just a 'proof-of-concept'. The OS should be able to boot, start a userland shell, and be extensible.

书名
How to Make a Computer Operating System from Scratch using C/C++
译名
如何使用 C/C++ 从头开始创建计算机操作系统
语言
英语
页数
29页
大小
755.55 kB
标签
  • C++
  • 操作系统
  • 下载
    pdf iconHow to Make a Computer Operating System from Scratch using C/C++.pdf
    密码
    65536

    最后更新:2025-04-12 23:57:59

    ←TinyOS, an Embedded Operating System

    →GraphQL and Android