搜索资源列表
Btr01
- 该驱动的编译,需要linux内核源代码的支持。驱动编译默认指向的源代码路径为/usr/src/linux,如果您的linux源代码没有安装,请务必安装。如果您的内核源代码的路径不是/usr/src/linux,可以建立一个符号链接ln –s /usr/src/linux-x.xx.xx /usr/src/linux在驱动源代码路径下执行 make 命令,生成驱动的目标文件 can9880.o在/dev目录下建立can相应的设备文件,使用主设备号254mknod can98801 c 254 0-
MFC42.ZIP
- Visual C++ 6.0的MFC SYMBOL (符号调试文件) Very useful ! 识货的下-Visual C 6.0 MFC Symbol (symbolic debugger) Very useful! Know the quality of the next
JunctionSource
- Windows 2000 and higher supports directory symbolic links, where a directory serves a symbolic link to another directory on the computer. For example, if the directory D:\SYMLINK specified C:\WINNT\SYSTEM32 as its target, then a pplication accessing
soft-links-and-hard-links
- 硬链接是利用Linux中为每个文件分配的物理编号——inode建立链接。因此,硬链接不能跨越文件系统。(用ls –i命令可以查看目录下文件的inode编程)。 软链接(符号链接)是利用文件的路径名建立链接。通常建立软链接使用绝对路径而不是相对路径,以最大限度增加可移植性。 -Hard link is to use Linux distribution for each physical file number- inode link is established. Therefore,
constants
- ASCII values for a number of symbolic constants, printing functions.
kallsyms
- in-kernel printing of symbolic oopses and stack traces.
arm_symbol
- Arm specific symbolic name handling.
alpha_symbol
- Alpha specific symbolic name handling.
LINUX
- 1. 在Linux系统中,以 文件 方式访问设备 。 2. Linux内核引导时,从文件 /etc/fstab 中读取要加载的文件系统。 3. Linux文件系统中每个文件用 i节点 来标识。 4. 全部磁盘块由四个部分组成,分别为引导块 、专用块 、 i节点表块 和数据存储块。 5. 链接分为: 硬链接 和 符号链接 。 6. 超级块包含了i节点表 和 空闲块表 等重要的文件系统信息。 7. 某文件的权限为:d-rw-_r--_r--,用数值形式表示该权限,则该八进制数
i386_symbol
- i386 specific symbolic name handling.
ia64_symbol
- IA-64 specific symbolic name handling.
mips_symbol
- MIPS specific symbolic name handling.
ppc64_symbol
- PPC64 specific symbolic name handling.
sparc_symbol
- SPARC specific symbolic name handling.
x86_64_symbol
- x86_64 specific symbolic name handling.
cp
- 编写一个程序,实现将一个目录的所有内容复制到另一个目录的功能。要求: 源文件(目录)和目标文件(目录)的属主、权限等信息保持一致; 每复制一个文件(目录),在屏幕提示相应信息; 当遇到符号链接文件时,显示该文件为链接文件,不复制。-Write a program to achieve copy all contents of a directory to another directory functions. Requirements: source file (directory
kallsyms
- in-kernel printing of symbolic oopses and stack traces.
constants
- ASCII values for a number of symbolic constants, printing functions, etc.
xfs_ioctl
- We can only generate handles for inodes residing on a XFS filesystem, and only for regular files, directories or symbolic links.
vga-connector
- a symbolic name for the connector corresponding to a hardware label - ddc-i2c-bus: phandle to the I2C bus that is connected to VGA DDC.