Skip to content

Repo based on rCore_tutorial_test to support `make test` .

Notifications You must be signed in to change notification settings

theSalt/rCore_tutorial_test_ci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rCore_tutorial_v3 TESTS

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

  • 可选项 2, 2_bad, 3_0, 3_1, 3_2, 4, 5, 6, 7。

重要-加载地址更新:

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

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

其他内容详见 guide

About

Repo based on rCore_tutorial_test to support `make test` .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 80.1%
  • Python 13.1%
  • Makefile 6.8%