Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(code): new post about os(operating system) #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions _posts/2016-8-25-aliquam.md

This file was deleted.

29 changes: 29 additions & 0 deletions _posts/os.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: post
title: Operating System là gì?
description: Trước khi bắt đầu về hệ điều hành Linux có lẽ chúng ta cần hiểu một chút cơ bản của OS(Operating System) là gì?
image: assets/images/os1.jpg
---

## Operating System là gì?
Có thể hiểu cơ bản khi bạn sử dụng máy tính, điện thoại,... Những vật dụng này cơ bản sẽ có 4 thành phần chính trong phần cứng:
- CPU: Bộ xử lý trung tâm, nơi xử lý các tác vụ của máy tính.
- RAM: Bộ nhớ truy cập ngẫu nhiên, nơi lưu trữ các tác vụ đang được thực hiện.
- Ổ cứng: Nơi lưu trữ dữ liệu lâu dài.
- I/O devies: Là những thiết bị đầu vào như chuột, bàn phím, ...
Và Khi sử dụng các phần mềm (application): thì các phần mềm này sẽ sử dụng tài nguyên của phần cứng, chẳng hạn như hình vẽ ở đây, khi ta sử dụng Chrome application. Ứng dụng sẽ sử dụng phần ram, và cpu. khi ta click chuột vào Chrome tức là đang sử dụng I/O devies. Và khi ta lưu trữ dữ liệu vào ổ cứng thì cũng là sử dụng phần cứng.
![OS](/assets/images/os1.jpg)

Tuy nhiên, vấn đề ở đây chẳng hạn ta sử dụng nhiều app thì sẽ trong như thế nào?
![OS](/assets/images/os2.png)
Có phải nhìn sẽ rất bối rối, và hệ điều hành sẽ confuse không biết sử dụng cái nào. Bởi vì, tất cả các application cần implement hết tất cả các phần cứng.

Và để khắc phục được vấn đề trên:
Hệ điều hành sinh ra và như là mối quan hệ win-win với phần cứng và phần mềm. Hệ điều hành sẽ quản lý tài nguyên phần cứng và cung cấp các dịch vụ cho các ứng dụng. Và hệ điều hành sẽ quản lý các ứng dụng, và cung cấp các dịch vụ cho phần cứng.

![OS](/assets/images/os3.png)

Khi app nào muốn sử dụng tài nguyên nào thì có thể nói chuyện trực tiếp với OS, và OS sẽ sử dụng tài nguyên đó cho app đó.
Tóm lại có thể hiểu cơ bản OS là:
1. Một translator
2. Manager Resource
Binary file added assets/images/os1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/os2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/os3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.