2013年7月27日

摘要: Initializing the GTK+ libraries is extremely simple for most applications.By calling gtk_init(),all initialization work is automatically performed for you.It begins by setting up the GTK+ environment,including obtaining the GDK display andpreparing the GLib main event loop and basic signal handling. 阅读全文
posted @ 2013-07-27 22:19 kwingmei 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 是参照网上的一些例子start.S.globl _start /*汇编的入口, 生成bin文件的开始处的标识, 把程序加载到某个地址, 用go 命令 go addr, 执行的就是下面的一条指令 */_start: /* peri port setup =Peripheral port setup */ ldr r0,=0x70000000 orr r0, r0, #0x13 mcr p15, 0, r0, c15, c2, 4 /*写处理器的操作 mcr move to coprocessor from register *//*当时很疑惑,不知道这段代码有什么用,经过一番查找,原来和ARM. 阅读全文
posted @ 2013-07-27 12:34 kwingmei 阅读(812) 评论(0) 推荐(0) 编辑

导航