【开发日志】第二十四周(2025.09.14) #41
Irissssaa
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
工作内容
尝试lilos运行
我选择的 qemu 配置是
qemu-system-arm -M lm3s6965evb,它只能模拟lm3s6965这块开发板examples中的例子不能在qemu上运行,查看根目录的Cargo.toml文件,testsuite/lm3s6965这个例子没问题。
运行成功
这个测试用例是针对lilos的综合性单元测试和集成测试套件。很适合我们用来测试调试工具。
在调试器中的Makefile文件中添加了针对lilos的调试命令。
测试完成后我想了一下,现在这个例子只能证明我们的调试器能够调试内核态的程序,但是还无法证明支持特权级交换的程序调试,我又查找了一下: Tock OS中很有可能涉及跨越硬件特权级的例子(还没测试过)
多运行时测试——完成
会议内容
Beta Was this translation helpful? Give feedback.
All reactions