Jump to content

Intel 386/486 C Code Builder Kit: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "Intel 386/486 C Code Builder Kit includes: *32-bit DOS compiler *il32 - Linker *LIB32 - Library Manager *DB32 - DPMI Debugger ==Versions== *1991-04-02: 1.0 *1992-03-3..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
Intel's C Code Builder Kit is a package of tools for 386 and 486 processors.
==Features==
;Version 1.1
* improved performance for graphics-intensive applications
* supported memory managers:
** MS-DOS 5 EMM386
** Qualitas 386MAX
** Quarterdeck's QEMM-386
** Helix NETROOM
* Operating system support:
** IBM OS/2 2.0
** MS-Windows v3.1
** DOS 5 loaded high.
* integration of assembly code with code produced by Microsoft and Borland assemblers.
* includes full documentation of C Code Builder runtime libraries.
* allows applications to directly access 64MB of physical memory and 4 GB of virtual memory
* virtual memory management allows users to run applications of any size by swapping code to disk.
* runtime libraries conforming to Microsoft and POSIX standards
*Intel387 and Intel487 SX math coprocessor emulation
[[Intel]] 386/486 C Code Builder Kit includes:
[[Intel]] 386/486 C Code Builder Kit includes:
*32-bit [[DOS]] compiler
*source-level debugger
*compile-and-link driver
*make utility
*32-bit [[DOS]] C compiler conforming to Microsoft C and ANSI C standards
*il32 - Linker
*il32 - Linker
*LIB32 - Library Manager
*LIB32 - Library Manager (librarian)
*DB32 - DPMI Debugger
*DB32 - DPMI Debugger


Line 12: Line 36:
* [http://www.drdobbs.com/architecture-and-design/porting-unix-applications-to-dos/184408657 Porting UNIX Applications to DOS]
* [http://www.drdobbs.com/architecture-and-design/porting-unix-applications-to-dos/184408657 Porting UNIX Applications to DOS]


[[Category:C]]
[[Category:C Development Environment]]

Revision as of 01:12, 24 May 2020

Intel's C Code Builder Kit is a package of tools for 386 and 486 processors.

Features

Version 1.1
  • improved performance for graphics-intensive applications
  • supported memory managers:
    • MS-DOS 5 EMM386
    • Qualitas 386MAX
    • Quarterdeck's QEMM-386
    • Helix NETROOM
  • Operating system support:
    • IBM OS/2 2.0
    • MS-Windows v3.1
    • DOS 5 loaded high.
  • integration of assembly code with code produced by Microsoft and Borland assemblers.
  • includes full documentation of C Code Builder runtime libraries.
  • allows applications to directly access 64MB of physical memory and 4 GB of virtual memory
  • virtual memory management allows users to run applications of any size by swapping code to disk.
  • runtime libraries conforming to Microsoft and POSIX standards
  • Intel387 and Intel487 SX math coprocessor emulation

Intel 386/486 C Code Builder Kit includes:

  • source-level debugger
  • compile-and-link driver
  • make utility
  • 32-bit DOS C compiler conforming to Microsoft C and ANSI C standards
  • il32 - Linker
  • LIB32 - Library Manager (librarian)
  • DB32 - DPMI Debugger

Versions

  • 1991-04-02: 1.0
  • 1992-03-30: 1.1

Links