# linux0.11-lab **Repository Path**: wwinter/linux0.11-lab ## Basic Information - **Project Name**: linux0.11-lab - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-10 - **Last Updated**: 2026-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README oslab ========= 《操作系统》课程实验环境(32位)及Linux0.11源码。 旨在针对64位的Ubuntu18.04系统,一键式搭建好环境,为同学们节省环境配时间。 ## 安装 本安装脚本会将实验环境安装在用户目录下,目录名为oslab。 注意,请不要使用超级用户执行此安装命令,在安装过程中当有需要时会请求超级用户权限。 ```shell #将hit-oslab-32.tar.xz解压 #进入解压目录 ./setup.sh ``` 在安装时,加-s参数,表示不需要先进行系统升级。 ## 复原 在做操作系统试验时,会需要重置linux-0.11目录内容,oslab提供了重置功能。 本功能由oslab目录下的`./run`命令提供。 ```shell # in oslab directory ./run init ```