搜索资源列表
一个linux内核模块
- 只有helloword,用于验证内核模块挂载。
helloword
- /* GtkWidget 是构件的存储类型 */ GtkWidget *window GtkWidget *button /* 这个函数在所有的 GTK 程序都要调用。参数由命令行中解析出来并且送到该程序中*/ gtk_init (&argc, &argv) /* 创建一个新窗口 */ window = gtk_window_new (GTK_WINDOW_TOPLEVEL) -/* GtkWidget is the storage c
hello.tar
- 基于linux-2.6.20内核 最简单驱动程序 helloword CPU 2410-Linux-2.6.20 kernel based on the most simple driver helloword CPU 2410
LAB1
- 卡耐基梅隆大学操作系统实验,内含在VMware下ubuntu13.04的安装与配置过程,在Ubuntu中编写第一个helloword,以及x86指令解析文件等等。-Carnegie Mellon University experimental operating system, containing at ubuntu13.04 VMware installation and configuration process, the preparation of the first hellowor
Helloword
- QT在OK6410下的移植测试程序,helloworld,入门级学习。-QT at OK6410 transplant testing program, hello world, entry-level learning.
