I want to crash the vmlinux I have and then debug it. But I do not have arm processor. Can I use virtual box to boot this vmlinux and then I can use debugfs interface to make my vmlinux crash?
Asked
Active
Viewed 172 times
1 Answers
2
I want to crash the vmlinux I have and then debug it. But I do not have arm processor. Can I use virtual box to boot this vmlinux and then I can use debugfs interface to make my vmlinux crash?
virtual box does not emulate the processor, you need something like qemu to do such stuff, refer following links for more info on qemu
[2] https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Virtual_ARM_Linux_environment

Prabhakar Lad
- 1,248
- 1
- 8
- 12