Linux Home Server 是专门为家庭和SOHO/SMB 设计的高性价比的ISCSI 存储服务器, 具有如下的特色: 强大的iscsi 存储服务器软件; 混合iscsi 和NAS 服务; Free, 基于Linux; LHS-200 的编译使用openwrt 框架,需要先下载并配置openwrt 开发环境 从openwrt 的开发站点 https://dev.openwrt.org, 下载最新的开发分枝,并下载到本地 svn co https://svn.openwrt.org/openwrt/trunk/ 为方便起见,建议下载所有的可选包,后面要用到 svn co https://svn.openwrt.org/openwrt/packages/ 从公司网站 http://www.linuxce.cn 或者 http://www.linuxce.net 下载 LHS-200 的最新源代码并解压缩,源代码中包含两个目录和一个README文件,按README文件的要求,拷贝下列包到trunk/package 目录 libs/libiconv net/samba3 utils/pciutils net/wget net/ctorrent libs/uclibc++ 然后从解压缩的源代码中分别拷贝目录modified 和lhstoolfix中的内容到trunk 目录 至此,就可以象通常的openwrt 项目一样进行编译, Target System 选 "RDC 321x", Target Profile 选 "R3210 based linux home server board"
上传时间: 2017-02-09
上传用户:xaijhqx
//结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENINFO, &finfo]] { printf["Error reading fixed information.\n"] exit[1] } if [ioctl[fd, FBIOGET_VSCREENINFO, &vinfo]] { printf["Error reading variable information.\n"] exit[1] }
标签: struct fb_fix_screeninfo fb_var_screeninfo finfo
上传时间: 2014-08-16
上传用户:gut1234567
this is a lecture notes prepared to introduce the speech audio fundamental concepts and programm development using MATLAB.
标签: fundamental introduce concepts prepared
上传时间: 2017-04-16
上传用户:671145514
数据结构算法实现及解析—配合严蔚敏_吴伟民编著的数据结构(C语言版和C++版)(作者 高一凡)源代码。 本代码含有严蔚敏《数据结构(C语言版)》和《数据结构(C++版)》两本书全书完整源代码,我在Visual C++、dev C++、Turbo C、Turbo C++、DJGPP、MinGW上调试通过,正在学习数据结构的同学一定要看啊~对学习相当有帮助
上传时间: 2013-12-20
上传用户:zhyiroy
在Linux中,文件是抽象的,Linux已将几乎所有的东西都 按文件来对待,所以就可以像操作普通文件那样去打开、关 闭、读取和写入不同的终端设备。Filesystem Hierarchy Standar (FHS)是Linux遵循的文件目录的命名和架构标准,在此文件 系统层次结构中,Linux所有的设备以设备文件名的方式存放 在目录/dev下,USB到串口转接器的设备文件为ttyUSB0。如 果使用多口转接器或USB hub,则相应设备文件依次为 ttyUSB1、ttyUSB2, ttyUSB3、ttyUSB254、ttyUSB255
标签: Linux
上传时间: 2014-01-18
上传用户:13681659100
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
标签: documentation assortment you through
上传时间: 2017-06-20
上传用户:shinesyh
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
标签: documentation assortment you through
上传时间: 2017-06-20
上传用户:nanshan
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
标签: documentation assortment you through
上传时间: 2017-06-20
上传用户:bcjtao
号作品是一个简单的全屏小游戏,玩家通过击出与听到的鼓声相同的韵律来杀死怪兽。这个作品是在dev-C++下编写而成的,使用了跨平台的游戏编程库:Allegro。由于开发平台的先进,游戏的画面比较精美,绝非TC编成的256色程序可比;不足之处是可玩性差,我还没发现任何有挑战性的内容就一不小心通关了。然而,我希望通过这个作品向自学能力较强的同学介绍Allegro库(官方网站),它带来的灵活性和无限可能是让人激动的
上传时间: 2017-07-03
上传用户:xc216
将s3c2410-linux-2.6.11.1-apm-08.11.02.patch复制到内核根目录。 执行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch即可! 在2.6.11.1内核中,创建字符设备的代码是:linux/arch/arm/kernel/amp.c。在根文件系统创建设备节点是dev/misc/apm_bios。
上传时间: 2017-07-31
上传用户:jeffery