diff --git "a/56 \351\273\204\346\265\251\344\270\234/20240307 \350\256\241\347\256\227\347\220\206\350\256\272.md" "b/56 \351\273\204\346\265\251\344\270\234/20240307 \350\256\241\347\256\227\347\220\206\350\256\272.md" new file mode 100644 index 0000000000000000000000000000000000000000..f2513b4feed8b82c0d27021948ae654dbc1aa3b5 --- /dev/null +++ "b/56 \351\273\204\346\265\251\344\270\234/20240307 \350\256\241\347\256\227\347\220\206\350\256\272.md" @@ -0,0 +1,31 @@ +## 计算机理论 + +#### 主流操作系统 + +##### Unix + +Unix是一种多用户、多任务、支持多种处理器架构的操作系统。它最初由贝尔实验室的Ken Thompson和Dennis Ritchie在20世纪70年代初开发,是第一个广泛使用的通用操作系统。Unix具有可移植性和可扩展性,因此被广泛应用于服务器、工作站和超级计算机等领域。 + +##### IOS + +是由苹果开发的移动操作系统。苹果最早于2007年1月9日的Macworld大会上公布这个系统,最初是设计给iPhone使用的,后来陆续套用到iPod touch、iPad上。iOS与苹果的macOS操作系统一样,属于类Unix的商业操作系统。 + +##### AOSP + +Android Open Source Project (AOSP)是一个开放源代码的移动操作系统项目,由Google主导开发和维护。AOSP是基于Linux内核和Java语言开发的,旨在为移动设备提供一个开放、灵活和可扩展的操作系统平台。AOSP提供了一系列核心功能和API,使开发者可以开发各种应用程序和服务。 + +包括windows 和 linux等一系列操作系统都是源于最初的Unix演化而来 + +#### 操作系统的定义,目标,基本功能 + +##### 定义 + +操作系统是控制管理计算机系统的硬软件,分配调度资源的系统软件。 + +##### 目标 + +方便性,有效性(提高系统资源的利用率、提高系统的吞吐量),可扩充性,开放性。 + +##### 操作系统的基本功能 + + 统一管理计算机资源:处理器资源,IO设备资源,存储器资源,文件资源; 实现了对计算机资源的抽象:IO设备管理软件提供读写接口,文件管理软件提供操作文件接; 提供了用户与计算机之间的接口:GUI(图形用户界面),命令形式,系统调用形式。 win操作系统中分别包括有 专业版,家庭版,企业版,其中企业版有Windows 10 LTSC是Windows企业版的特殊版本,更加专注于操作系统的长期稳定运行和兼容性。 \ No newline at end of file diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 0aa1d7f3a26e310ef5bd4fabdfeeb7589855e6dc..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# 计算机基础 - -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md deleted file mode 100644 index 197bf21ce412f396daa4119d8da34545ecfdbbbe..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# 计算机基础 - -#### 介绍 -{**以下是 Gitee 平台说明,您可以替换此简介** -Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 -无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)