Chinaunix首页 | 论坛 | 博客
  • 博客访问: 437371
  • 博文数量: 123
  • 博客积分: 2686
  • 博客等级: 少校
  • 技术积分: 1349
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-23 22:11
文章分类
文章存档

2012年(3)

2011年(10)

2010年(100)

2009年(10)

我的朋友

分类: LINUX

2011-01-03 16:13:01

1. Simulate x86_64 platform with 4 G memory,

qemu-system-x86_64 -kernel arch/x86/boot/bzImage -m 4096 -monitor stdio

ctr + alt + 2 enter into monitor mode



2. Print the physical memory content at 0x1000000

(qemu) xp /1xg 0x1000000


3. In ubunut, how to debug linux kernel by qemu and gdb?
http://blog.csdn.net/cha_echo/archive/2010/06/13/5668864.aspx

4. How to use gdb?


5. qemu + gdb/ddd
http://blog.csdn.net/hongtao_liu/archive/2010/11/22/6027645.aspx

6. qemu + eclipse
http://blog.csdn.net/gameboy12615/archive/2010/08/17/5819373.aspx

7. GDB Official Documentation
http://sourceware.org/gdb/current/onlinedocs/gdb/



8. QEMU related Documentation
http://www.cublog.cn/u1/41770/showart_325325.html
http://blogold.chinaunix.net/u3/98727/showart_1965448.html

9. Delete other architecture's code
http://blog.csdn.net/maray/archive/2008/02/27/2124287.aspx

10. Qemu Data Structure: Tiny Code Generator
http://hi.baidu.com/zhanghuikl/blog/item/2e53a9007fba3d8be950cda4.html
http://hi.baidu.com/zhanghuikl/blog/item/b23e162356105142925807df.html

11. Qemu tracer



12. Qemu core function call flow
http://hi.baidu.com/yiki2/blog/item/3e965a809e86bc9cf703a67c.html

13. Key problem: tcg_qemu_tb_exec(tc_ptr)



14. How QEMU execute the first instruction
http://hi.baidu.com/linshifei/blog/item/d425a250a3a4a19b8d54300a.html

15. Related Cache simulator


16. QEMU Tips


17. QEMU Mail list set
http://lists.nongnu.org/archive/html/qemu-devel/

18. Memory trace with qemu
http://lists.nongnu.org/archive/html/qemu-devel/2010-07/msg01357.html

19. Interface between Qemu and guest


阅读(1170) | 评论(0) | 转发(0) |
0

上一篇:Linux kernel code comment

下一篇:AT&T汇编

给主人留下些什么吧!~~