Welcome![Sign In][Sign Up]
Location:
Search - 386

Search list

[ELanguagec_compiler

Description: 一个C编译器源码。生成386或m68K代码。代码生成是相当不错。-This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSDOS that have to be resolved for example the size of LONG on unix machines is so big some of the code generated gets messed up. Code generation requires TASM to assemble the compiler output you can use the borland TLINK to produce executables, or the Watcom WLINK can also be used. PMODE systems written by TRAN are used for the DPMI interface. This compiler source is a companion file to the two files: ccdl139e.zip- C compiler executables with DOS libraries (for DOS) ccdl139l.zip- C compiler run-time libraries Which should also be available on the distribution site you got this from. Read the LICENSE.TXT file for redistribution information.
Platform: | Size: 215040 | Author: 木青 | Hits:

[Windows Developcom0com-2.2.1.0

Description: 虚拟串口驱动代码,可以虚拟多个串口,供测试时使用-Virtual serial port driver code
Platform: | Size: 194560 | Author: hixte | Hits:

[Windows Develophub4com-2.0.0.0-386

Description: The HUB for communications (hub4com) is a Windows application and is a part of the com0com project. It allows to receive data and signals from one port, modify and send it to a number of ports and vice versa.
Platform: | Size: 180224 | Author: vasjaprincic | Hits:

[OtherAssembly_Language

Description: 386/486汇编语言精要,众里寻她-386/486 Essentials of Assembly Language
Platform: | Size: 35843072 | Author: 胡晓钟 | Hits:

[Software Engineeringsystem

Description: 这是我转的啊 UNIX/38系统存储管理的设计与实现 苏州大学 本文提出7一种基于80386的UNIX 系统存储管理的设计方案及其实现方法, 简速7 80386的存储管理机制,然后讨论7系统存储空『日]的布局和有关数据结构的 设计,最后阐述7该存储管理的I作过程。-UNIX/38 Systems Design and Implementation of Storage Management in Suzhou University In this paper, 7 a 80386-based storage management for UNIX systems design and its implementation, Jane-speed 780,386 storage management mechanism, and then discuss the system storage space 『Day 7] The layout and data structures related to the design of seven of the last set I made the process of storage management.
Platform: | Size: 228352 | Author: candice | Hits:

[Othermicro_386_384

Description: This book is useful to learn about 386 and 486 microprocessor
Platform: | Size: 3609600 | Author: mhsz | Hits:

[Windows DevelopSSDT

Description: SSDT恢复的程序源 参考调试信息: Linking f:\driver\3 directory ******************** nmake.exe /c BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1 link -out:.\i386\DrvTest.sys -machine:ix86 @C:\DOCUME~1\LANGOU~1\LOCALS~1\Temp\nma02324. Microsoft (R) Incremental Linker Version 7.00.9210 Copyright (C) Microsoft Corporation. All rights reserved. -MERGE:_PAGE=PAGE -MERGE:_TEXT=.text -SECTION:INIT,d -OPT:REF -OPT:ICF -IGNORE:4010,4037,4039,4065,4070,4078,4087,4089,4198,4221 -INCREMENTAL:NO -FULLBUILD -SSDT restore the program source reference debug information: Linking f: \ driver \ 3 directory******************** ' nmake.exe/c BUILDMSG = Stop.-I LINKONLY = 1 NOPASS0 = 1 NTTEST = UMTEST = 386 = 1 ' link-out:. \ i386 \ DrvTest.sys-machine: ix86 @ C: \ DOCUME ~ 1 \ LANGOU ~ 1 \ LOCALS ~ 1 \ Temp \ nma02324. Microsoft ( R) Incremental Linker Version 7.00.9210 Copyright (C) Microsoft Corporation. All rights reserved.-MERGE: _PAGE = PAGE-MERGE: _TEXT =. text-SECTION: INIT, d-OPT: REF-OPT: ICF-IGNORE: 4010 , 4037,4039,4065,4070,4078,4087,4089,4198,4221-INCREMENTAL: NO-FULLBUILD
Platform: | Size: 1861632 | Author: asd | Hits:

[SCMi386program

Description: 保护模式下386编程,比较详细,有注释 有LDT GDT IDT详细说明-protect MODE 386 program
Platform: | Size: 1236992 | Author: hegangjie | Hits:

[assembly languageTASM5

Description: 安装TASM 5.0很简单,您只需要下载本站[相关工具]中的"TASM50.zip"文件,解压后在Windows9x/NT下执行"INSTALL.EXE"即可开始安装。   1.如果你在安装TASM5.0之后安装Delphi 1.0或Borland C++ 4.x及更高版,你需要手动更改系统的设置以使这些产品可以共存于同一个系统中——检查“System.ini”文件的[386Enh]一节是否有多个 TDDEBUG.386驱动项。删除多余的TDEBUG.386项,保证只有这个版本的TDDEBUG.386装入。这可通过检查[386Enh]小节来确认,如果安装完TASM 5.0,未见其更改,请手工在System.ini文件的[386Enh]小节中增加:      device=c:\tasm\bin\windpmi.386——支持TASM5.0的32位工具。      device=c:\tasm\bin\tddebug.386——支持我们的调试器。- 2.配置Windows NT命令行提示符(相当于Windows9x的MS DOS方式) 在NT命令行提示符下运行16位保护方式程序如tlink,需要参照以下所示在CONFIG.NT文件中增加一行:ntcmdprompt   3.定制安装TASM5.0时的选项:    16-bit command line tools [3085K]      安装16位工具(TASM、TLINK等),这也是最小化安装的默认选项。(建议不安装)    32-bit command line tools [3163K]      安装32位工具(TASM32、TLINK32)    Turbo Debugger for DOS [1041K]      安装Turbo的DOS调试工具,也是最小化安装的默认选项。(建议不安装)    Turbo Debugger for Windows [1533K]      安装Turbo的Windows调试工具及相关的其它调试工具。    Turbo Debugger for Win32 [1502K]      安装Turbo的Win32程序调试工具。    Examples [580K]      安装Borland TASM的例程。    Documentation Files [6K]      安装说明文档。
Platform: | Size: 4300800 | Author: DONG | Hits:

[assembly language80x86ins

Description: 80x86汇编指令集查询手册 详细地包括了386的所有指令集功能,对应的机器码,以及执行的指令周期信息-80x86 assembly instruction manual for a detailed set of inquiries, including 386 features all the instruction set, the corresponding machine code, as well as information on the implementation of the instruction cycle
Platform: | Size: 65536 | Author: sunlight | Hits:

[Software EngineeringinstructionX86

Description: intel 386指令系统表,对反汇编者是好东西,可以参照下-intel 386
Platform: | Size: 51200 | Author: 江浩 | Hits:

[SCMPLM_386

Description: PL/M 386 Programmer’s Guide
Platform: | Size: 1003520 | Author: dudengming | Hits:

[VxWorksVxWorks-the-system-board

Description: 本文为中国科学院知识创新项目天基综合信息网预研项 目的一部分,为未来天基网的星载设备研制一个具有中等处 理能力、高可靠的通用计算机平台。其硬件核心为386EX CPU,软件的核心部分采用美国Windriver公司的VxWorks实 时多任务操作系统。采用操作系统的最大优势是便于软件的 开发,使软件的可重用性、可维护性大为提高,从而整体上 提高软件的可靠性。VxWorks是一个优秀的操作系统,采用 微内核结构,可裁减至几万字节,对于嵌入式系统非常合 适。同时VxWorks也是一个极为复杂的操作系统,处于操作 系统和硬件之间的板级支持包的设计是一个复杂的过程,本 文就VxWork板级支持包的设计和调试中遇到的问题及解决 的过程介绍给大家,以供同行们参考。-This article for the Chinese academy of sciences knowledge innovation project space-based comprehensive information nets pre-research item Purpose for the future space-based nets, part of the prototype equipment research and a with medium place Mental abilities, high reliability and general computer platform. Its hardware core for 386 EX The CPU, the software s core of the American Windriver company VxWorks reality When multitasking operating system. The biggest advantage of operating system is easy for the software Development, make software reusability and maintainability, thus greatly improve overall Improve software reliability. VxWorks is an excellent operating system and use Micro kernel structure, can be cut to tens of thousands of bytes, for the embedded system is very close Comfortable. At the same time VxWorks is also a very complex in the operating system, is in operation Between the system and the hardware level support package design of the board is a complicated
Platform: | Size: 24576 | Author: 黑雾 | Hits:

[Internet-NetworkNSP

Description: NSP程序 windows网络编程 14.3 命名空间服务提供者 386 14.3.1 名字空间的安装 386 14.3.2 名字空间的实施 387 14.3.3 名字空间提供者示范 392 -14.3 NSP program windows network programming service provider namespace name space to install 386 14.3.1 386 14.3.2 Implementation 387 14.3.3 Namespace Namespace Provider Model 392
Platform: | Size: 133120 | Author: ihoope | Hits:

[Linux-Unixcephes-math-28.tar

Description: Cephes Mathematical Library. Latest Linux distribution, dated 6/4/00. Special functions and other goodies in C, including long double precision routines for 68K, 386, and sparc processors. This is the most complete distribution package of the function library (but not the most up-to-date one). It includes these sections-- double: all functions in 64-bit double precision single: all available functions in 32-bit single precision long double: all available functions in 80-bit extended precision 128bit: all available functions in 128-bit long double precision qlib: all functions in q-type extended (44 to 106 decimal) precision, includes a C++ class for the binary floating point arithmetic and a q-type calculator program c9x-complex: new C language standard C9X data type for complex variables, header complex.h for GNU C and functions in float complex, double complex, and long double complex precisions. -Cephes Mathematical Library. Latest Linux distribution, dated 6/4/00. Special functions and other goodies in C, including long double precision routines for 68K, 386, and sparc processors. This is the most complete distribution package of the function library (but not the most up-to-date one). It includes these sections-- double: all functions in 64-bit double precision single: all available functions in 32-bit single precision long double: all available functions in 80-bit extended precision 128bit: all available functions in 128-bit long double precision qlib: all functions in q-type extended (44 to 106 decimal) precision, includes a C++ class for the binary floating point arithmetic and a q-type calculator program c9x-complex: new C language standard C9X data type for complex variables, header complex.h for GNU C and functions in float complex, double complex, and long double complex precisions.
Platform: | Size: 1754112 | Author: liyi | Hits:

[OS programBIOS-Rootkit-

Description: Intel从386开始,在调试方面引入了调试寄存器和硬件断点的概念。 IA-32处理器定义了8个调试寄存器,分别为DR0~DR7。在32位模式下,它们都是32位的;在64位模式下,都是64位。 DR4和DR5是保留的。其他6个寄存器为:4个32位的调试地址寄存器(DR0~DR3);1个32位的调试控制寄存器(DR7)和1个32位的调试状态寄存器(DR6)。通过以上寄存器可以最多设置4个断点,DR0~DR3用来指定断点的内存(线性地址)或I/O地址。DR7用来进一步定义断点的中断条件。DR6的作用是当调试事件发生时,向调试器(debugger)报告事件的详细信息,以供调试器判断发生的是何种事件。-Intel started from 386, introduced in debugging hardware debug breakpoint registers and the concept. IA-32 processor defines eight debug registers, respectively, DR0 ~ DR7. In 32-bit mode, they are 32 in 64-bit mode, all 64-bit. DR4 and DR5 are reserved. The other six registers are: four 32-bit debug address register (DR0 ~ DR3) 1 32-bit debug control register (DR7) and a 32-bit debug status register (DR6). Through the above register can set up to four breakpoints, DR0 ~ DR3 is used to specify the memory breakpoint (linear address) or I/O address. DR7 is used to further define the breakpoint interrupt condition. The role of DR6 when debugging event occurs, the debugger (debugger) reported details of the event for the debugger to determine what kind of events took place.
Platform: | Size: 1771520 | Author: 田浩 | Hits:

[assembly languageClib

Description: 386 386 386 386-386 386 386 386 386 386 386
Platform: | Size: 83968 | Author: rgg | Hits:

[assembly languageprotectmod

Description: 386 asm protect mode
Platform: | Size: 214016 | Author: lijian | Hits:

[Driver DevelopLinuxPCI

Description: PCI是一种广泛采用的总线标准,它提供了许多优于其它总线标准(如EISA)的新特性,目前已经成为计算机系统中应用最为广泛,并且最为通用的总线标准。Linux的内核能较好地支持PCI总线,本文以Intel 386体系结构为主,探讨了在Linux下开发PCI设备驱动程序的基本框架-PCI is a widely used bus standard, it provides many advantages over other bus standards (such as EISA) the new features, has become the most widely used computer system, and the most universal bus standard. Linux kernel to better support the PCI bus, the Intel 386 architecture, and discusses the basic framework for the development of the PCI device drivers under Linux
Platform: | Size: 71680 | Author: ral | Hits:

[Software Engineeringgonglvfangda

Description: 基于LM 386的放大电路,内涵具体的放大电路图-Connotation specific amplification circuit diagram based on the LM 386 amplifier circuit,
Platform: | Size: 222208 | Author: yilong | Hits:
« 1 2 3 4 5 6 78 9 »

CodeBus www.codebus.net