Skip to content

Commit

Permalink
Update Introduction to OS Architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitmishra786 authored Nov 14, 2024
1 parent 2522f2f commit 8299ab3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Operating system architecture represents the fundamental organization of system

The journey of operating system architecture spans several decades, marked by distinct evolutionary phases:

![evolution](./../images/introToOS.png)
[![](https://mermaid.ink/img/pako:eNptkslOwzAQQH9lZK7l1BM5IDVt2rKURYkEwuHgOpPGwktkO6IR5d9xliKK6oPl8bxnzWj8RbgpkERkZ1ldQRbnGsJKPbOeJszKFuZG1Y0Xegdp6zwq9w6Xl9cwo0thnYcVarTMC6PhMX0f9FlHHGLmBIeYeV7BkzUcnQuvHCCmKXKji7Nq3KubRnpRWxOqUqqX5jSrhD3vzHsnEwohrZjt-QXdhMZsR8HM8kp45L6x6EZn2Bd9K0lgtZHCV6HeuyChPGIDsKQbwa35OJNa0XW7taI4661psv9nDXvSV5zsmaolHuCG3gvd7EdkeZq8pc8Pr2NqdZq6oy9CF-bTwUM2EutT4p5ubjL4rWKEnG8lDkOGUkgZXZRX5cT5rsXoYjqd_sUWI7LdniBkQhRaxUQRfs9XJ-TEV6gwJ1E4FliyMMSc5Po7oKzxJm01J5G3DU6INc2uOgZNXTCPC8G6cR8va6bfjAlhyaTD7x8hfd2a?type=png)](https://mermaid.live/edit#pako:eNptkslOwzAQQH9lZK7l1BM5IDVt2rKURYkEwuHgOpPGwktkO6IR5d9xliKK6oPl8bxnzWj8RbgpkERkZ1ldQRbnGsJKPbOeJszKFuZG1Y0Xegdp6zwq9w6Xl9cwo0thnYcVarTMC6PhMX0f9FlHHGLmBIeYeV7BkzUcnQuvHCCmKXKji7Nq3KubRnpRWxOqUqqX5jSrhD3vzHsnEwohrZjt-QXdhMZsR8HM8kp45L6x6EZn2Bd9K0lgtZHCV6HeuyChPGIDsKQbwa35OJNa0XW7taI4661psv9nDXvSV5zsmaolHuCG3gvd7EdkeZq8pc8Pr2NqdZq6oy9CF-bTwUM2EutT4p5ubjL4rWKEnG8lDkOGUkgZXZRX5cT5rsXoYjqd_sUWI7LdniBkQhRaxUQRfs9XJ-TEV6gwJ1E4FliyMMSc5Po7oKzxJm01J5G3DU6INc2uOgZNXTCPC8G6cR8va6bfjAlhyaTD7x8hfd2a)

### First Generation (1945-1955)
In this era, there was no semblance of what we recognize as an operating system today. Computers required direct hardware manipulation, where programs were executed in isolation using manual operations via plugboards. This was the time of vacuum tube technology, where computing was a single-program affair, decidedly hands-on and rudimentary.
Expand Down Expand Up @@ -51,4 +51,4 @@ These core principles form the foundation for all major operating system archite
4. Optimizing system performance
5. Ensuring system reliability and security

The following chapters will explore how these principles are applied in different architectural patterns, with concrete examples and implementation details.
The following chapters will explore how these principles are applied in different architectural patterns, with concrete examples and implementation details.

0 comments on commit 8299ab3

Please sign in to comment.