摘要: Make sure the terminal size if large enough for qemu. If not, "Floating point exception" error occurs.$ qemu-system-arm xxxxxxxx \ -monitor telnet:... 阅读全文
posted @ 2015-01-02 14:22 Kozmers 阅读(764) 评论(0) 推荐(0) 编辑
摘要: SHOTCUTSDescriptionhistory显示命令历史列表Ctrl+p显示上一条命令Ctrl+n显示下一条命令!num执行命令历史列表的第num条命令!!执行上一条命令!?string?执行含有string字符串的最新命令Ctrl+r然后输入若干字符,开始向上搜索包含该字符的命令,继续按C... 阅读全文
posted @ 2015-01-02 11:05 Kozmers 阅读(294) 评论(0) 推荐(0) 编辑
摘要: # /etc/profileexport TSLIB_CONFFILE=/etc/ts.conf 阅读全文
posted @ 2015-01-02 10:41 Kozmers 阅读(745) 评论(0) 推荐(0) 编辑
摘要: # /etc/profileexport TSLIB_FBDEVICE=/dev/fb0export TSLIB_PLUGINDIR=/usr/lib/ts# /usr/lib/ts is where the "input.so" located 阅读全文
posted @ 2015-01-02 10:39 Kozmers 阅读(1607) 评论(0) 推荐(0) 编辑
摘要: ./autogen.sh./configure --prefix=/path/to/tslib-build/ --host=arm-linux ac_cv_func_malloc_0_nonnull=yes makemake install# /etc/profileexport TSLIB_ROO... 阅读全文
posted @ 2015-01-02 10:38 Kozmers 阅读(262) 评论(0) 推荐(0) 编辑
摘要: /* hello.c */#include #include static int hello_init(void){ printk(KERN_ALERT "hello init"\n); return 0;}static void hello_exit(void){ printk... 阅读全文
posted @ 2015-01-02 10:30 Kozmers 阅读(224) 评论(0) 推荐(0) 编辑
摘要: GTK_CALLBACK void on_toolbutton_about_clicked(GtkWidget *btn, gpointer user_data){ GtkWidget *about_dialog; GdkPixbuf *logo; GError *error=NU... 阅读全文
posted @ 2015-01-02 10:14 Kozmers 阅读(140) 评论(0) 推荐(0) 编辑
摘要: #define debug_msg_box() \{ \ GtkWidget *msg_dlg = gtk_message_dialog_new(NULL, \ GTK_DIALOG_DESTROY_WITH_PARENT, \ GT... 阅读全文
posted @ 2015-01-02 10:10 Kozmers 阅读(168) 评论(0) 推荐(0) 编辑