# ostep **Repository Path**: mars-note/ostep ## Basic Information - **Project Name**: ostep - **Description**: 《Operating Systems: Three Easy Pieces》 代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-02 - **Last Updated**: 2026-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1. introduction ## 1.1 links 1. [Homepage](https://pages.cs.wisc.edu/~remzi/OSTEP/) 2. [Homework](https://github.com/remzi-arpacidusseau/ostep-homework/) # 2. how to run c program linux & macos ```bash # compile gcc hello.c -o hello # run ./hello ```