亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

LOADER

  • 整理好的ARM bootLOADER資料

    整理好的ARM bootLOADER資料,包含分析文檔以及程序。如嵌入式BootLOADER技術內幕,基于ARM的嵌入式系統BootLOADER啟動流程分析,Boot LOADER的設計與實現,arm bootLOADER分析及驅動程序編寫舉例,4510 bootLOADER的實現與分析等文章。很實用的壓縮包。

    標簽: bootLOADER ARM

    上傳時間: 2013-12-16

    上傳用戶:zuozuo1215

  • AT91RM9200的引到程序

    AT91RM9200的引到程序,可以在Linux下編譯成LOADER.bin

    標簽: 9200 AT 91 RM

    上傳時間: 2014-01-24

    上傳用戶:宋桃子

  • 由C或C++語言創建VxD:需安裝VC2.0或BC4.0,及Vireo Software公司的VToolsD軟件包. VToolsD含3個實用工具:可創建VxD框架的QuickVxD;可動態裝卸VxD

    由C或C++語言創建VxD:需安裝VC2.0或BC4.0,及Vireo Software公司的VToolsD軟件包. VToolsD含3個實用工具:可創建VxD框架的QuickVxD;可動態裝卸VxD的VxD LOADER;可顯示內存VxD特性的VxD Viewer;

    標簽: VToolsD VxD Software QuickVxD

    上傳時間: 2016-05-18

    上傳用戶:zhangjinzj

  • Sharp 1850 的驅動程序

    Sharp 1850 的驅動程序,此程序能夠完成flash LOADER 的具體算法,此算法已經在ARM Developer Suite v1.2編譯并且用trace32工具測試通過

    標簽: Sharp 1850 驅動程序

    上傳時間: 2014-01-09

    上傳用戶:363186

  • === ==== 關于本光盤 ========== Tinix: 書中所附代碼 其中很多目錄中除了包含源代碼(*.asm, *.inc, *.c, *.h)外

    === ==== 關于本光盤 ========== \Tinix: 書中所附代碼 其中很多目錄中除了包含源代碼(*.asm, *.inc, *.c, *.h)外,還有這樣一些文件: boot.bin 引導扇區(Boot Sector),可通過 FloppyWriter 寫入軟盤(或軟盤映像)。 LOADER.bin LOADER,直接拷貝至軟盤(或軟盤映像)根目錄。 kernel.bin 內核(Kernel),直接拷貝至軟盤(或軟盤映像)根目錄。 bochsrc.bxrc Bochs 配置文件,如果系統中安裝了 Bochs-2.1.1 可直接雙擊之運行。其它細節請見書第 2.7 節。 godbg.bat 調試時可使用此批處理文件。它假設 Bochs-2.1.1 安裝在 D:\Program Files\Bochs-2.1.1\ 中。 TINIX.IMG 軟盤映像。可直接通過 Bochs 或者 Virtual PC 運行。 *.com 可以在 DOS (必須為純 DOS) 下運行的文件。 \Tools: 一些小工具 (在 VC6 下編譯通過) DescParser 描述符分析器,輸入描述符的值,可以得出起基址、界限、屬性等信息。 ELFParser ELF 文件分析器,可以列出一個 ELF 文件的 ELF Header、 Program Header、Section Header 等信息。 FloppyWriter 用以寫引導扇區,支持軟盤和軟盤映像。 KrnlChecker 用以檢查一個 Tinix 內核加載后位置是否正確。

    標簽: Tinix asm inc 光盤

    上傳時間: 2014-01-26

    上傳用戶:TF2015

  • Learn how to build a custom Linux® distribution to use in an embedded environment, in this case

    Learn how to build a custom Linux® distribution to use in an embedded environment, in this case to drive a Technologic Systems TS-7800 single-board computer. In this tutorial, you learn about cross-compiling, the boot LOADER, file systems, the root file system, disk images, and the boot process, all with respect to the decisions you make as you re building the system and creating the distribution.

    標簽: distribution environment embedded custom

    上傳時間: 2013-12-23

    上傳用戶:stella2015

  • 自己編寫的一個簡單的操作系統

    自己編寫的一個簡單的操作系統,Kitnix 0.01 編譯環境:Nasm img文件可以用虛擬機載入直接啟動,有引導、重啟、關機及執行用戶文件功能,基于boot、LOADER及用戶文件三層結構,可以執行兩個用戶程序。 使用Fat12文件系統,可以在Msdos中直接對鏡像進行操作。

    標簽: 編寫 操作系統

    上傳時間: 2013-12-18

    上傳用戶:爺的氣質

  • 啟動扇區

    啟動扇區,nasm 編譯,在DOS下運行,載入LOADER.bin 突破512字節

    標簽:

    上傳時間: 2017-03-04

    上傳用戶:大三三

  • 《ARM嵌入式Linux系統開發技術詳解》

    《ARM嵌入式Linux系統開發技術詳解》,該書由淺入深、通俗易懂地講解了嵌入式Linux的系統設計與開發。全書共25章,從嵌入式處理器ARM開始,講解了ARM處理器的資源、ARM的指令集、ADS開發工具、嵌入式系統硬件環境的構建、Boot LOADER、Linux內核移植、嵌入式文件系統、嵌入式Linux多任務程序開發、嵌入式Linux設備驅動開發、嵌入式Linux網絡程序開發、MiniGUI圖形界面開發、設備驅動開發案例、綜合案例等內容。書中通過大量的例程來講解知識要點,并提供了大量極有參考價值的開發案例,讀者可以通過這些例程和開發案例對嵌入式Linux開發有一個系統的學習和提高。

    標簽: Linux ARM 嵌入式

    上傳時間: 2017-04-22

    上傳用戶:妄想演繹師

  • The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmwa

    The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allows the contents of the 32KB main ROM to be updated by the LOADER program located at the 4KB auxiliary ROM 512 bytes of on-chip RAM four 8-bit bi-directional and bit-addressable I/O ports an additional 4- bit port P4 three 16-bit timer/counters a serial port. These peripherals are supported by a eight sources two-level interrupt capability. To facilitate programming and verification, the ROM inside the W78E58B allows the program memory to be programmed and read electronically. Once the code is confirmed, the user can protect the code for security

    標簽: microcontroller programmable in-system W78E58B

    上傳時間: 2017-04-27

    上傳用戶:yiwen213

主站蜘蛛池模板: 会理县| 天长市| 山丹县| 永安市| 香河县| 祁门县| 洛宁县| 河东区| 微博| 泗阳县| 蛟河市| 时尚| 常德市| 修文县| 民乐县| 罗山县| 呼和浩特市| 外汇| 珲春市| 同江市| 房山区| 湖南省| 芷江| 全州县| 龙陵县| 津南区| 惠安县| 长寿区| 宝山区| 金坛市| 恩施市| 宜兰市| 怀仁县| 石楼县| 彩票| 龙里县| 镇江市| 乡城县| 和林格尔县| 绍兴市| 鞍山市|