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