Operating System

Introduction to Operating Systems

Resources:
Wikipedia link to Operating System.
http://www.ics.uci.edu/~ics143/lectures.

types of operating systems

Single- and multi-tasking
Single- and multi-user
Distributed
Templated
Embedded
Real-time

Components

Kernel
Program execution
Interrupts
Modes
Memory management
Vitual memory
Multitasking
Disk access and file systems
Device drivers
Networking
Security
User interface

Principles of Operating Systems

Schedule

Process and Threads

CPU Scheduling

Process Synchronization

Process Synchronization, Deadlocks

Deadlocks, Midtern review and exam

Memory Management

Vitual Memory

FileSystems Interface and Implementation

I/O Subsystems

Case Study - UNIX, WindowsNT, course revision and summary

public class Teisei {
    public static void main(String args[]){
        System.out.println("Hello world! This is Teisei's blog");
    }
}
By the way, if you found a typo, please fork and edit this post. Thank you so much! This post is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

If you like this post or if you use one of the Open Source projects I maintain, say hello by email. There is also my Amazon Wish List. Thank you ♥

Comments

Fork me on GitHub