Coder Social home page Coder Social logo

rcore_tutorial_tests's Introduction

rCore_tutorial_v3 TESTS

更新通知:make 命令经过优化,使用格式改为 make all CHAPTER=x 可获得第 x 章的测例。

  • 可选项 2, 2_bad, 3_0, 3_1, 3_2, 4, 5, 6, 7, x_only (x in 4, 5, 6, 7)。

    x_only 仅生成 chx 的测例,用来单独测试该章节测例

重要-加载地址更新:

  • chapter2 所有程序加载位置位于 0x80400000,与示例代码一致。
  • chapter3 测试程序分为 3 批,每一批的地址都为 0x80400000 + id*0x20000,id 为程序在这一批中的序号。每一批都与参考代码一致,请分别测试。
  • chapter4-7 所有程序加载位置位于 0x0,与示例代码一致。

lab5 默认加载程序的说明:

由于测例中没有 initproc 程序,大家在测试的时候可以手动替换为 ch5_usershell / ch5_usertest 等。最终提交时保持加载 initproc 即可,CI 测试中会进行名称替换。

Makefile 中会根据章节将 chx_usertest.elf 复制到 initproc.elf。如有需要,可以自行删除并用其他程序作为 initproc

可以在 user/build/asm 目录下查看汇编来确认加载地址。

其他内容详见 guide

rcore_tutorial_tests's People

Contributors

deathwish5 avatar duskmoon314 avatar zhanghx0905 avatar huang-jl avatar chyyuu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.