An open API service indexing awesome lists of open source software.

https://github.com/thimc/9intro

code snippets for the book "Introduction to Operating Systems Abstractions using Plan 9" by Francisco J Ballesteros with my notes and solutions (WIP)
https://github.com/thimc/9intro

9front introduction-to-programming operating-system-learning plan9 systems-programming

Last synced: 4 months ago
JSON representation

code snippets for the book "Introduction to Operating Systems Abstractions using Plan 9" by Francisco J Ballesteros with my notes and solutions (WIP)

Awesome Lists containing this project

README

        

# 9intro

This repository contains code snippets, example programs and misc notes
for the excellent book "Introduction to Operating Systems Abstractions
using Plan9 from Bell Labs" by Francisco J Ballesteros.

For those of you who are curious and want to read it yourselves, head
on over to [doc.cat-v.org](https://doc.cat-v.org/plan_9/9.intro.pdf)
to download it for free.

All of the files in this repo are numbered in ascending order
according to their presence in the book and I have divided the
chapters in to folders.

File names containing the letter 'b' indicate bonus files. These
files may not be fully written out in the book; instead, the author
discusses a functionality or mechanism for readers to explore and try
on our own.

At the end of each chapter, the author prompts the reader to reflect
on various topics discussed in the book. I have compiled some notes
on these reflections, and the corresponding files are named 'notes'
followed by the chapter number.

At times, the reader is instructed to write a program. These programs
are prefixed with 'solution' followed by the chapter number.

## License
Unknown