# ccos **Repository Path**: GuitarTom/ccos ## Basic Information - **Project Name**: ccos - **Description**: 一个操作系统实验项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-26 - **Last Updated**: 2021-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ccos #### 介绍 一个操作系统实验项目 #### 软件架构 masos 环境,使用 nasm 汇编编译器,virtualBox 模拟intel 8086电脑 运行测试程序 #### 安装教程 1. 下载 [virtualBox](https://www.virtualbox.org/wiki/Downloads/) 2. 安装 nasm 汇编器(MacOS 使用 brew install nasm) ### 本实验通过编写一个简易的操作系统,来深入领会操作系统相关理论知识