搜索资源列表
kernel
- 实现一个简单的单进程内核,。该内核启用二级虚拟页表映射,载入用户程序代码,在用户态以一个独立的进程运行该程序。
QTSDL
- 关于将SDL载入QT的程序,可以实现qT上的视频解码文件的载入
linux1
- linux系统调用例子——如何在Linux中添加新的系统调用 (本例子是把系统调用直接载入内核,需要重新编译内核)
multiboot0.6-spec-en-and-ch
- Multiboot规范主要面向x86架构的PC,目标是自由的32位操作系统,即面向 Linux、FreeBSD、NetBSD、Mach和VSTa这些自由操作系统设计的。通过此规范可实现一个可以从各种位置(软盘、硬盘或网络)载入OS映像的引导程序。 -The purpose of Multiboot specification is for the x86 architecture, the goal is for free 32-bit operating system, including
chardev.tar
- ubuntu环境下字符设备驱动程序的示例。使用方法是:终端中make生成设备目标文件。insmod globalvar.ko 载入设备。mknod /dev/globalvar c 2548 0 生成设备文件,c表示字符设备,2548是主设备号。编译执行test测试驱动程序。-ubuntu environment, character device driver for example. To use is: make the terminal device generates the targ
bind
- 这段程序来对TPM模拟器芯片上的TSS协议栈进行测试,该程序实现以下操作: 创建上下文对象,创建TPM对象,载入SRK密钥,获取SRK的策略对象,设置SRK的策略授权,创建绑定密钥, 装载绑定密钥到UUID-TPM simulator on this program to the TSS stack on a chip testing, the program achieved the following: create a context object, create a TPM obje
Linux-gcc-
- 在 windows 平台和 linux 平台下都大量存在着库。 本质上来说库是 一种可执行代码的二进制形式,可以被操作系统载入内存执行。 由于 windows 和 linux 的平台不同(主要是编译器、汇编器和连接器 的不同),因此二者库的二进制是不兼容的。 本文仅限于介绍 linux 下的库。-Windows platform and Linux platform there are a lot of libraries. Essentially
VedioPlay.tar
- 关于Opencv的代码学习,视频载入,播放等功能的实现,适合初学者学习。-Realization on the learning of the Opencv the code, the video loaded, playback and other functions, suitable for beginners to learn.
ucos_Exit_lce_led_usart
- 用KEIL4编译,载入cortex3机器。包含UCOSII源代码。实现控制LED闪烁的功能-With KEIL4 compile, load cortex3 machine. UCOSII contains the source code. LED flashes to achieve control functions