代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/149574/12365046
loadspi
#!/bin/sh
rm -f /dev/SPI0
rm -f /dev/SPI1
mknod /dev/SPI0 c 123 0
mknod /dev/SPI1 c 123 1
insmod spi
www.eeworm.com/read/149574/12365181
loadpwm
#!/bin/sh
rm -f /dev/PWM
mknod /dev/PWM c 125 0
insmod pwm
www.eeworm.com/read/337098/12391299
c zc030x_isochron.c
/* Implementation file for isochronous */
/* Zc030x -- Driver -- Zc030x */
/* This file is under GPL */
/* Copyright :
Martin Braun
Cyril Russ
www.eeworm.com/read/250172/12426785
c ll_rw_blk.c
/*
* linux/kernel/blk_dev/ll_rw.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This handles all read/write requests to block devices
*/
#include
#include
#include
www.eeworm.com/read/131976/14117911
c password.c
/* The source code contained in this file has been derived from the source code
of Encryption for the Masses 2.02a by Paul Le Roux. Modifications and
additions to that source code contained in
www.eeworm.com/read/234219/14118973
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
DIE=0
if [ -n "$GNOME2_PATH" ]; then
ACLOCAL_FLAGS="-I $GNOME2_PATH/share/aclocal $ACLOCAL_FLAGS"
PATH="$GNOME2_PATH/bin:$PATH"
ex
www.eeworm.com/read/131256/14154066
s bootsect.s
!
! SYS_SIZE is the number of clicks (16 bytes) to be loaded.
! 0x3000 is 0x30000 bytes = 196kB, more than enough for current
! versions of linux ! SYS_SIZE 是要加载的节数(16 字节为1 节)。0x3000 共为
1 2 3 4 5 6
0x
www.eeworm.com/read/131256/14154230
c bitmap.c
/*
* linux/fs/bitmap.c
*
* (C) 1991 Linus Torvalds
*/
/* bitmap.c contains the code that handles the inode and block bitmaps */
/* bitmap.c 程序含有处理i 节点和磁盘块位图的代码 */
#include // 字符串头文件。主要定义了
www.eeworm.com/read/130981/14164516
s bootsect.s
!
! SYS_SIZE is the number of clicks (16 bytes) to be loaded.
! 0x3000 is 0x30000 bytes = 196kB, more than enough for current
! versions of linux ! SYS_SIZE 是要加载的节数(16 字节为1 节)。0x3000 共为
1 2 3 4 5 6
0x
www.eeworm.com/read/130981/14164630
c bitmap.c
/*
* linux/fs/bitmap.c
*
* (C) 1991 Linus Torvalds
*/
/* bitmap.c contains the code that handles the inode and block bitmaps */
/* bitmap.c 程序含有处理i 节点和磁盘块位图的代码 */
#include // 字符串头文件。主要定义了一