x-load,一個非常有用的bootloader,用來直接從Nand lflash 啟動嵌入式linux kernel
標簽: x-load
上傳時間: 2015-06-29
上傳用戶:cainaifa
第三章列出了Windows CE執行緒在排程時的幾個主要函數,在本章中將藉著分析這些函數的流程,來了解執行緒在排程過程中的行為。本章所節選的程式碼全部來自[CEROOT]\PRIVATE\WINCEOS\COREOS\NK\KERNEL目錄下的 schedule.c檔
標簽: Windows
上傳時間: 2015-07-01
上傳用戶:xiaodu1124
這是bios-lt的最新板,(1) bios.img占用的扇區數由4個合并為2個,相應的文件大小由193K減小為66K (2) 實現了對FLASH芯片BOOT扇區的處理,建立FLASH分區時不用再考慮讓開BOOT扇區 改動的主要目的是想做到: 在29F040上空出384K的空間,建立一個分區存放不含應用程序的uClinux kernel, 將29LV160作為一個大分區,在其上建立JFFS2文件系統,并掛接為uClinux的根文件系統. 系統應用程序全部存儲在JFFS2文件系統中. 再使用tmpfs來做臨時目錄和 /var目錄. 這樣就可以做到建立一個更加通用的,拿來就可以運行的uClinux系統,相當于給開發版 預裝一個操作系統^_^ 由于JFFS2是文件系統是可寫的,開發者只需將編好的用戶程序 通過FTP下載到uClinux中,再改一改啟動腳本即可 省去了配置uClinux環境的重復勞動
標簽: bios-lt
上傳時間: 2014-01-27
上傳用戶:watch100
This is SvmFu, a package for training and testing support vector machines (SVMs). It s written in C++. It uses templates. The advantage of templates is that the types of kernel values and data points can be varied to suit the problem.
標簽: machines training package testing
上傳時間: 2015-07-03
上傳用戶:zhengzg
Workbench 2.5 風河的最新介紹,發布會上的東西,Vx5-to-Vx6-Kernel-To-RTP.ppt,WB2.5-Vx5-to-Vx6-Migration-Workshop.ppt,new-feature.ppt
上傳時間: 2015-07-06
上傳用戶:royzhangsz
This application note describes a method for developing block-oriented I/O device drivers for applications that use the DSP/BIOS real-time kernel and includes examples that run with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and TMS320C6711 DSP Starter Kits (DSKs). The device driver model presented here has now been superceded with an updated version that supports not only block oriented devices, but also devices such as UARTs, PCI and USB buses and Multimedia cards. Documentation on the updated driver model as well as example drivers and source code can be found in the Device Driver Developer s Kit product now available for download from the TI Developer s Village.
標簽: block-oriented application developing describes
上傳時間: 2015-07-07
上傳用戶:kelimu
可運行于linux平臺的自組織網絡協議,kernel版本的按需距離矢量協議源代碼
上傳時間: 2015-07-09
上傳用戶:xwd2010
加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]
標簽: Cryptographic Primitives generate Library
上傳時間: 2015-07-16
上傳用戶:wqxstar
三重DES加密,其中Key為8個字節共64位,是DES算法的工作密鑰;Data也為8個字節64位,是要被加密或被解密的數據;Mode為DES的工作方式
上傳時間: 2013-12-16
上傳用戶:lanjisu111
可在系統引導時工作的RootKit,較簡單 1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003 2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as others could understand it easily). 3) BOOT KIT is PXE-compatible. 4) It can even lead to first ever PXE virus 5)It also enables you to load other root kits if you have physical access(Normally root kits can only be loaded by the administrator)
標簽: framework assembly RootKit small
上傳時間: 2014-01-02
上傳用戶:gdgzhym