tftp-1.0源碼,可以用作uboot下下載kernel鏡像以及文件系統
上傳時間: 2013-12-25
上傳用戶:362279997
In this book, you will learn about what drives the Linux development process. You will discover the wide variety of tools commonly used by Linux developers – compilers, debuggers, Software Configuration Management – and how those tools are used to build application software, tools, utilities and even the Linux kernel itself. You will learn about the unique components of a Linux system that really set it apart from other UNIX-like systems, and you will delve into the inner workings of the system in order to better understand your role as one of a budding new generation of Linux developers.
標簽: will development the discover
上傳時間: 2016-11-18
上傳用戶:rocketrevenge
這本書非常之不錯,詳細介紹linux kernel source,對深入學習linux的人有很大幫助
標簽:
上傳時間: 2016-11-22
上傳用戶:jackgao
st7109的開發環境的使用說明,對uboot開發和kernel開發進行了一些說明
上傳時間: 2016-12-09
上傳用戶:jcljkh
一個用自己寫的編譯器編譯的操作系統內核. 有包含中斷和不包含中斷兩個版本. 還有簡單的用戶應用程序。 因為該代碼原目的是下載到硬件上使用,所以kernel必須限制在該硬件可接受的8k rom之內。作者對優化代碼大小也下了相當的功夫。 為了保證程序可以運行,這里附帶了編譯該操作系統的編譯器。
上傳時間: 2014-01-11
上傳用戶:youlongjian0
The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kernel driver modules, and a C user-space library with Guile, Perl, PHP, Python and TCL bindings. The API of the C library is intended to be compatible with National Instrument s GPIB library. The Linux GPIB Package is licensed under the GNU General Public License . Requirements: Linux kernel version 2.4.x (use Linux-GPIB version 3.1.x). Earlier kernel versions are not supported.
上傳時間: 2016-12-17
上傳用戶:cccole0605
該程序對VIVI擴展了USB下載功能,能夠在S3C2410上通過USB下載bootloader,kernel,rootfs,主機環境是了linux。類似minicom,但是速度要遠遠快于minicom。
上傳時間: 2013-12-26
上傳用戶:hakim
在C++中open一個output file有兩種方式,一種是使用member function open( ),另外一種是使用constructor給予檔案名稱和open mode。今若欲open一個名為client.dat的output file,試分別寫出該兩種方式open此檔案的statements.(包括include header file,物件的宣告,open指令等)
上傳時間: 2016-12-21
上傳用戶:wxhwjf
輔助說明: 代碼交流 QQ59771230 email:choudaxian@163.com 注意事項: 1) LCD 指令中的TEXT GRAPHIC AREA SET效果是什么樣的 2) LCD 指令中的MODE SET中的OR AND XOR 有圖層的味道 3) DJNZ+指令C0H(DATA AND WRITE)與相同的數據時就會出錯 4) CHAR ADN PIC分別清除 5) 幾何圖形繪制與實現圖形 6) 菜單優化設計,結構體:上,下,上一組,下一組,指向函數的指針 顯示的內容: 16*16漢字:歡迎使用福萊特電氣有限公司產品 12*12漢字:進入主界面并且可以反顯 8*8字符:FULL-RIGHT 并對所顯示的漢字進行卷屏顯示 關鍵是如何方便在屏上確定的位置上顯示確定的漢字 要使占用ROM,RAM小的前提下
標簽: choudaxian 59771230 GRAPHIC email
上傳時間: 2016-12-28
上傳用戶:xauthu
電子鬧鐘 clk: 標準時鐘信號,本例中,其頻率為4Hz; clk_1k: 產生鬧鈴音、報時音的時鐘信號,本例中其頻率為1024Hz; mode: 功能控制信號; 為0:計時功能; 為1:鬧鐘功能; 為2:手動校時功能; turn: 接按鍵,在手動校時功能時,選擇是調整小時,還是分鐘; 若長時間按住該鍵,還可使秒信號清零,用于精確調時; change: 接按鍵,手動調整時,每按一次,計數器加1; 如果長按,則連續快速加1,用于快速調時和定時; hour,min,sec:此三信號分別輸出并顯示時、分、秒信號, 皆采用BCD 碼計數,分別驅動6 個數碼管顯示時間; alert: 輸出到揚聲器的信號,用于產生鬧鈴音和報時音; 鬧鈴音為持續20 秒的急促的“嘀嘀嘀”音,若按住“change”鍵, 則可屏蔽該音;整點報時音為“嘀嘀嘀嘀—嘟”四短一長音; LD_alert: 接發光二極管,指示是否設置了鬧鐘功能; LD_hour: 接發光二極管,指示當前調整的是小時信號; LD_min: 接發光二極管,指示當前調整的是分鐘信號
上傳時間: 2017-01-02
上傳用戶:頂得柱