代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/396741/8092119
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/396741/8092345
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/296466/8101718
c synaptics.c
/*
* Synaptics TouchPad PS/2 mouse driver
*
* 2003 Dmitry Torokhov
* Added support for pass-through port. Special thanks to Peter Berg Larsen
* for explaining various Syn
www.eeworm.com/read/296466/8101766
c psmouse-base.c
/*
* PS/2 mouse driver
*
* Copyright (c) 1999-2002 Vojtech Pavlik
* Copyright (c) 2003-2004 Dmitry Torokhov
*/
/*
* This program is free software; you can redistribute it and/or modify it
* un
www.eeworm.com/read/195629/8137647
c showpci.c
#include
#include
#include
#include
#include
#include
unsigned short vendor = 0;
unsigned short device = 0
www.eeworm.com/read/247183/12675710
loadpwm
#!/bin/sh
rm -f /dev/PWM
mknod /dev/PWM c 125 0
insmod pwm
www.eeworm.com/read/333438/12681968
c emi26.c
/*
* Emagic EMI 2|6 usb audio interface firmware loader.
* Copyright (C) 2002
* Tapio Laxstr鰉 (tapio.laxstrom@iptime.fi)
*
* This program is free software; you can redistribute it and/or modify