资源列表
isa-drv
- 一个很简洁的linux下isa总线驱动,是一个学习linux驱动的很好例子。-A very simple isa bus driver under linux, linux is a learning-driven good example.
Linux
- 嵌入式Linux应用程序开发详解,写的个人认为相当不错-Embedded Linux application development detailed, written personally think that pretty well
Ping
- 这是一个简单的ping程序,能够在linux下很好的运行,大家可以参考一下-This is a simple ping program that can run well under linux, we can refer to
linuxdriver_code_tool
- LINUX设备驱动开发详解(光盘源码)。 -Detailed LINUX device driver development (CD-ROM source).
arm-linux-uboot
- 嵌入式linux完全开发手册样章,详细的讲解UBOOT的移植,以及UBOOT的分析-Embedded linux fully developed manual-like chapters, in detail UBOOT transplant, as well as analysis of UBOOT
srgplay-0.8.1
- 一个很好的c++ midi解码算法,不依赖于任何平台.-A good c++ midi decoder algorithm does not rely on any platform.
MbrFix
- MBRFix工具可以方便的修复MBR先进入cmd命令窗口,然后进入mbrfix工具所在的目录(用cd命令),然后输入命令 MbrFix /drive 0 fixmbr ,再确认一下即可。重启以后你会发现,没有了Linux,直接可以进入Windows了。-MBRFix tool can easily repair the MBR first to enter the cmd command window, then enter the directory where mbrfix tools [u
Linux-C-function-user
- linux下c函数常见使用手册,本文档采用chm格式,查找方面,把函数都归类了,使用非常好。是c-c++人员的一本好资料-c function under the common linux user manual chm format used in this document, search context, the functions are classified, and the use of very good. Are c-c++ staff a good information
linux_kernel_2.4
- Linux 2.4内核详细剖析。对于想要学习内核的朋友非常有帮助。-A detailed analysis of Linux 2.4 kernel. For friends you want to study the kernel very helpful.
pbs startup
- shell programming scr ipt to automatically start and stop pbs
df
- linux 中df命令的实现c语言源码,是在busybox-1.1.2中移植出来的,因此也发现了其中的一个BUG,即其中的一个strdup函数分配的空间没有释放,造成内存泄露,在这份代码中进行了修正并注释了。-df command realize
filesystem
- 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。 1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。 2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求: (1) 盘块大小1k (2) 空闲盘块的管理:Linux位图法 (3) 结构:超级块, i结点区, 根目录区 -Simulation of Linux file system at any one
