# hit-oslab **Repository Path**: ivan_allen/hit-oslab ## Basic Information - **Project Name**: hit-oslab - **Description**: 哈尔滨工业大学《操作系统》课程实验指导手册、实验环境(64位支持)及源码。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 29 - **Forks**: 8 - **Created**: 2016-08-19 - **Last Updated**: 2024-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README hit-oslab ========= 本仓库涵盖了哈尔滨工业大学《操作系统》课程实验指导手册、实验环境(64位支持)及源码。旨在针对32位和64位的Ubuntu系统,一键式搭建好环境,为同学们节省环境配置时间。 ## 在线学习与实验 ![hit](https://cloud.githubusercontent.com/assets/895809/7827659/834a4424-045c-11e5-9442-43a73b8e6991.jpg) + [操作系统之基础 - 网易云课堂](http://mooc.study.163.com/learn/HIT-1000002004?tid=1000002003#/learn/announce) + [操作系统原理与实践 - 实验楼](https://www.shiyanlou.com/courses/115) ## 安装 本安装脚本会将实验环境安装在用户目录下,文件名为oslab。如果有特殊需要,请自行移动文件夹位置。注意,请不要使用超级用户执行此安装命令,当有需要时hit-oslab会请求超级用户权限。 ```shell git clone https://github.com/DeathKing/hit-oslab.git ~/hit-oslab cd ~/hit-oslab ./setup.sh ``` 如果想要跳过软件源更新步骤,请在`./setup.sh`后加上参数`-s`或`--skip-update`。 ## 复原 考虑到操作系统试验每次需要重置linux-0.11目录,oslab特别添加了重置功能。本功能由`./run`命令提供。 ```shell # in oslab directory ./run init ``` ## 镜像源 由于hit-oslab仓库容量较大,故此项目具有多个远端仓库。其中GitLab服务器存放在哈尔滨工业大学网络中心,校内访问速度最快;GitCafe服务器访问速度次之;GitHub最慢。 + GitLab源:http://gitlab.hit.edu.cn/DeathKing/hit-oslab.git + GitCafe源:https://gitcafe.com/Dysprosium/hit-oslab.git + GitHub源:https://github.com/DeathKing/hit-oslab.git ## 反馈 本项目可以确保bochs能够正确启动,但某些64位系统在编译linux-0.11时会提示缺少某些文件,如果遇到类似问题的同学,请发issue。