# osutils **Repository Path**: shl450/osutils ## Basic Information - **Project Name**: osutils - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2020-12-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # osutils #### 介绍 此项目中包含pintos中编译tool chain工具所需的源代码及bochs虚拟机程序源代码。 1. install depend package sudo apt-get install libncurses-dev sudo apt-get install libx11-dev sudo apt install libxrandr-dev 2. Run tool chain building script(USE YOUR USER NAME TO REPLACE "user" in the following command) ./toolchain-build.sh /home/user/os