From 8299ab3c9712c35481d34cab7f08c111910e0eef Mon Sep 17 00:00:00 2001 From: chessMan <71754779+mohitmishra786@users.noreply.github.com> Date: Thu, 14 Nov 2024 07:24:07 +0530 Subject: [PATCH] Update Introduction to OS Architecture.md --- .../Introduction to OS Architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ch-2-OS-Architecture-Patterns/Introduction to OS Architecture.md b/Ch-2-OS-Architecture-Patterns/Introduction to OS Architecture.md index 93abb88..1b20032 100644 --- a/Ch-2-OS-Architecture-Patterns/Introduction to OS Architecture.md +++ b/Ch-2-OS-Architecture-Patterns/Introduction to OS Architecture.md @@ -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. @@ -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. \ No newline at end of file +The following chapters will explore how these principles are applied in different architectural patterns, with concrete examples and implementation details.