# uCore-Tutorial-Test-2022S **Repository Path**: learning-os/uCore-Tutorial-Test-2022S ## Basic Information - **Project Name**: uCore-Tutorial-Test-2022S - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-27 - **Last Updated**: 2022-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uCore-Tutorial-Tests User testcases for [uCore-Tutorial-Code-2022S](https://github.com/learningos/uCore-Tutorial-Code-2022S). ### Usage ```shell make CHAPTER=5 BASE=1 ``` CHAPTER: * Optional values: 1,2,3,3_2,3t,4,4_3,5,6,7. * Note that uCore will set the default value of `CHAPTER` according the name of branch. So usually you need not to care about this parameter. BASE: * Optional values: 0,1 * Default value: 0 * `BASE=1` will generate basic testcases starting which can be handled by the uCore without any modification. Basic testcases have prefixed names: 'chxb_'. * `BASE=0` will generate all the testcases. ### Output * target/bin : all `.bin` file * target/elf : all `.elf` file (Used for extended lab) * asm : the assembly of testcases. ### Dev Log * v1.0: basic version.