Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled to emulate a 386, 486, PeNTium, PeNTium Pro or AMD64 CPU, including optional MMX, SSE, SSE2 and 3DNow! instructions. Bochs is capable of running most Operating Systems inside the emulation including Linux, DOS, Windows 95/98 and Windows NT/2000. Bochs was written by Kevin Lawton and is currently maintained by the Bochs project at "http://bochs.sourceforge.net".
標簽: emulator portable written highly
上傳時間: 2015-04-06
上傳用戶:FreeSky
ucos ii中文版(包含范例)第一章:范例 在這一章里將提供三個范例來說明如何使用 µ C/OS-II。筆者之所以在本書一開始就寫這一章是為了讓讀者盡快開始使用 µ C/OS-II。在開始講述這些例子之前,筆者想先說明一些在這本書里的約定。 這些例子曾經用Borland C/C++ 編譯器(V3.1)編譯過,用選擇項產生Intel/AMD80186處理器(大模式下編譯)的代碼。這些代碼實際上是在Intel PeNTium II PC (300MHz)上運行和測試過,Intel PeNTium II PC可以看成是特別快的80186。筆者選擇PC做為目標系統是由于以下幾個原因:首先也是最為重要的,以PC做為目標系統比起以其他嵌入式環境,如評估板,仿真器等,更容易進行代碼的測試,不用不斷地燒寫EPROM,不斷地向EPROM仿真器中下載程序等等。用戶只需要簡單地編譯、鏈接和執行。其次,使用Borland C/C++產生的80186的目標代碼(實模式,在大模式下編譯)與所有Intel、AMD、Cyrix公司的80x86 CPU兼容。
上傳時間: 2014-01-15
上傳用戶:lindor
For WorkBench2.31 的PeNTium4 BSP,應該也可以在其他的PeNTium機上運行。
標簽: WorkBench PeNTium4 2.31 For
上傳時間: 2014-01-12
上傳用戶:Altman
VxWorks 虛擬機啟動的網卡驅動,安裝后編譯即可用for PeNTium的bsp啟動虛擬機
上傳時間: 2013-12-27
上傳用戶:R50974
80386處理器是Intel公司80x86發展史上的里程碑,它不但兼容先前的8086/8088,80186,80286處理器,而且也為后來的486,PeNTium(586),PeNTium Pro(686)的發展打下了堅實的基礎,對于我們程序員來講更重要的是:我們關心80386在指令上到底有哪些擴展呢?80386有哪些尋址方式呢?毫無疑問,它不但兼容了8086的所有指令,而且還對它們進行增強.
上傳時間: 2015-12-31
上傳用戶:ayfeixiao
The paper presents the CORDIC Algorithm, which has been implemented as an virtual component (IP core) in a VHDL simulation environment. The core is packaged as a soft (VHDL) macro and it implements all transcenden-tal functions. Analysis of the accuracy of the algorithms implemented shows that the CORDIC functions are equivalent to the accuracy of a PeNTium coprocessor.
標簽: implemented Algorithm component presents
上傳時間: 2016-02-16
上傳用戶:wcl168881111111
Tornado 的manuals 很全面,國內的書大部分是翻譯的它。經常需要查閱的。Tornado Online Manuals GDB User s Guide GNU Make User s Guide GNU Toolchain Release Notes GNU Toolkit User s Guide for PeNTium GNU Toolkit User s Guide for Simulators, 68K, and SH Tornado API Guide Tornado API Reference Tornado Getting Started Guide (Windows Version) Tornado Migration Guide Tornado Reference Tornado Release Notes Tornado SETUP SDK Developer s Guide Tornado User s Guide (Windows Version) USB Developer s Kit Programmer s Guide USB Developer s Kit Release Notes VxWorks API Reference VxWorks BSP Developer s Guide VxWorks BSP Developer s Reference VxWorks BSP Reference VxWorks Errno Code List VxWorks Network Programmer s Guide VxWorks Programmer s Guide VxWorks for PeNTium Architecture Supplement WindView User s Guide WindView User s Reference
標簽: Tornado Manuals manuals Online
上傳時間: 2016-05-16
上傳用戶:13215175592
NASM是一個為可移植性與模塊化而設計的一個80x86的匯編器。它支持相當多的目標文件格式,包括Linux和 NetBSD/FreeBSD , a.out , ELF , COFF ,微軟16位的 OBJ 和 Win32 。它還可以輸出純二進制文件。它的語法設計得相當的簡潔易懂,和Intel語法相似但更簡單。它支持 PeNTium , P6 , MMX , 3DNow! , SSE and SSE2 指令集
上傳時間: 2014-08-09
上傳用戶:Andy123456
1.2 開發背景 當前網絡上流傳的五子棋游戲功能并不盡善盡美,其中最主要的問題就是人機對戰和網絡對戰不能夠一起實現,所以我決定開發[1]一個既能夠人機對戰,又能夠進行網絡對戰的五子棋系統。 1.3 開發環境及運行環境 1.3.1 開發環境 Intel® PeNTium® 4 2.0GHz,512M內存,80G硬盤 Microsoft® Windows™ 2000 Professional Microsoft® Visual C++ 6.0 Microsoft® Developer Network for Visual Studio.NET 2003 Visual Assist X 10.1.1301.0
上傳時間: 2014-11-27
上傳用戶:陽光少年2016
80x86匯編語言程序設計教程 本書分為三部分。第一部分是基礎部分,以8086/8088為背景,以DOS和PC兼容機為軟硬件平臺,以MASM和TASM為匯編器,介紹匯編語言的有關概念,講解匯編語言程序設計技術。第二部分是提高部分,以80386為背景,以新一代微處理器PeNTium為目標,細致和通俗地介紹了保護方式下的有關概念,系統和詳細地講解了保護方式下的編程技術,真實和生動地展示了保護方式下的編程細節。第三部分是上機實驗指導。 本書的第一部分適合初學者,可作為學習匯編語言程序設計的教材。本書的第二部分適合已基本掌握8086/8088匯編語言的程序員,可作為學習保護方式編程技術的教材或參考書,也可作為其他人員了解高檔微處理器和保護方式編程技術的參考書,還可作為程序員透徹地了解Windows程序設計技術的參考書。
上傳時間: 2016-08-19
上傳用戶:huangld