All Projects → chlebik → ModernOperatingSystems_AndrewTanenbaum

chlebik / ModernOperatingSystems_AndrewTanenbaum

Licence: other
My notes after reading 'Modern Operating Systems' book by Andrew Tanenbaum and Herbert Bos.

Projects that are alternatives of or similar to ModernOperatingSystems AndrewTanenbaum

Advanced-xv6
Modern improvements for MIT's xv6 OS
Stars: ✭ 26 (-63.38%)
Mutual labels:  unix, cpu, filesystem
audria
audria - A Utility for Detailed Ressource Inspection of Applications
Stars: ✭ 35 (-50.7%)
Mutual labels:  cpu, io, threads
findlargedir
find all "blackhole" directories with a huge amount of filesystem entries in a flat structure
Stars: ✭ 15 (-78.87%)
Mutual labels:  unix, filesystem, os
Aaru
Aaru Data Preservation Suite
Stars: ✭ 193 (+171.83%)
Mutual labels:  unix, filesystem
Unix V6
UNIX 6th Edition Kernel Source Code
Stars: ✭ 125 (+76.06%)
Mutual labels:  unix, os
Zap
An asynchronous runtime with a focus on performance and resource efficiency.
Stars: ✭ 162 (+128.17%)
Mutual labels:  unix, io
Cross Platform Node Guide
📗 How to write cross-platform Node.js code
Stars: ✭ 1,161 (+1535.21%)
Mutual labels:  unix, os
xv6-file-system-visualizer
Online Visualizer for xv6 File System Image
Stars: ✭ 33 (-53.52%)
Mutual labels:  filesystem, os
Frosted
Frosted: Free POSIX OS for tiny embedded devices
Stars: ✭ 194 (+173.24%)
Mutual labels:  unix, os
AiliceOS
AiliceOS: Build an x86_64 and UEFI OS using Rust
Stars: ✭ 59 (-16.9%)
Mutual labels:  unix, os
Onyx
UNIX-like operating system written in C and C++
Stars: ✭ 52 (-26.76%)
Mutual labels:  unix, os
Socket
Non-blocking socket and TLS functionality for PHP based on Amp.
Stars: ✭ 122 (+71.83%)
Mutual labels:  unix, io
Serenity
SerenityOS is a love letter to '90s user interfaces with a custom Unix-like core. It flatters with sincerity by stealing beautiful ideas from various other systems.
Stars: ✭ 16,842 (+23621.13%)
Mutual labels:  unix, os
Lfs
A thing to get information on your mounted disks
Stars: ✭ 178 (+150.7%)
Mutual labels:  unix, filesystem
Glob
Glob for C++17
Stars: ✭ 74 (+4.23%)
Mutual labels:  unix, filesystem
tupai
Tupai is a multi-tasking operating system I wrote for my degree that focuses on safety and design, targeting a variety of platforms.
Stars: ✭ 21 (-70.42%)
Mutual labels:  unix, os
async-container
Scalable multi-thread multi-process containers for Ruby.
Stars: ✭ 58 (-18.31%)
Mutual labels:  processes, threads
socket
Dazzle Async Socket
Stars: ✭ 19 (-73.24%)
Mutual labels:  unix, ipc
Illumos Gate
An open-source Unix operating system
Stars: ✭ 952 (+1240.85%)
Mutual labels:  unix, os
Xsuspender
👀 💻 💤 🔋 Save battery by auto-suspending unfocused X11 applications.
Stars: ✭ 53 (-25.35%)
Mutual labels:  unix, cpu

"Modern Operating Systems" notes



One of my first tasks on the road to become BareMetalDev was reading the praised book by Andrew Tanenbaum and Herbert Bos - "Modern Operating Systems" . It is a great source of knowledge about operating systems - how they work and operate.

Of course there is no way to just read the book and remember at least a part of it. Therefore, I've decided to make notes along the way. My first learning experience - preparing for the RHCSA exam, resulted in notes and questions too - I've published them in a separate GitHub repository. It became really successful, proving that there is always a demand for good quality learning materials. Based on that, I've decided to also publish my notes from the aforementioned book.

It is still work in progress, although the amount of knowledge already published is quite wide. I won't lie that increasing number of GitHub stars does not improve my morale ;) What is more - using GitHub - allows other people to participate in this work, fixing bugs or explaining something through the PRs. Collaboration is power.


Chapter 1 - Introduction

Chapter 2 - Processes and threads

Chapter 3 - Memory management

Chapter 4 - File systems

Chapter 5 - Input/Output

Chapter 6 - Deadlocks

Chapter 7 - Virtualization and the cloud

Chapter 8 - Multiple processors systems

Chapter 9 - Security

Chapter 10 - UNIX, Linux and Android

Chapter 11 - Windows 8

Chapter 12 - OS Design (not planning on making notes here)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].