SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.35k stars 3.42k forks source link

What happened to chapters 9-19? #65

Closed ghost closed 10 years ago

ghost commented 10 years ago

Dear @SamyPesse,

what happened to chapters 9-19? They used to be in the readme now there is no even indication about them. Please finish the book, this is very good work.

Chapter 9: Process management and multitasking

Chapter 10: External program execution: ELF files

Chapter 11: Userland and syscalls

Chapter 12: Modular drivers

Chapter 13: Some basics modules: console, keyboard

Chapter 14: IDE Hard disks

Chapter 15: DOS Partitions

Chapter 16: EXT2 read-only filesystems

Chapter 17: Standard C library (libC)

Chapter 18: UNIX basic tools: sh, cat

Chapter 19: Lua interpreter
SamyPesse commented 10 years ago

There are in the summary (gitbook format): https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/blob/master/SUMMARY.md

Yes I'll finish it someday, I have a lot of work these days.