| dbpedia-owl:abstract
|
- DJGPP ist eine freie 32-Bit-IDE für die Programmiersprachen C, C++, Objective-C, Ada und Fortran auf 80386-kompatiblen PCs unter MS-DOS oder jedem anderen MS-DOS kompatiblen Betriebssystem, das . EXE-Dateien ausführen kann, wie zum Beispiel DR-DOS und FreeDOS. Die entwickelten Programme sind außerdem in 32-Bit-Versionen von Microsoft Windows und in IBM OS/2 innerhalb der DOS-Kompatibilitätsschicht lauffähig. Außerdem gibt es für die meisten aktuellen Betriebssysteme die Möglichkeit, über einen DOS-Emulator eine DOS-kompatible Umgebung bereitzustellen. DJ Delorie begann das Projekt im Jahre 1989.
- DJGPP es un sistema de desarrollo en C/C++ de 32 bits para ordenadores 386 y compatibles que se ejecuta en MS-DOS. Fue desarrollado por D.J. Delorie, quien inició el proyecto en 1989 y es una migración del conocido compilador gcc para la interfaz en modo protegido MS-DOS (DPMI). Su última versión es la 2.0.3 de 2002
- DJGPP (DJ's GNU Programming Platform), in informatica, è un ambiente di sviluppo a 32 bit per processori 386 con sistema operativo DOS o Windows. Il nucleo di DJGPP consiste nel porting dei GNU Compiler Collection a DOS, mentre la libreria standard C è stata scritta dal creatore e principale sviluppatore D.J. Delorie. Presentando un'interfaccia molto vicina a ANSI C e POSIX, è considerato un ottimo strumento didattico per imparare i linguaggi C e C++ e imparare a sviluppare software per Unix in ambiente DOS e Windows.
- DJGPP (DJ's GNU Programming Platform) - to 32-bitowy zestaw narzędzi do kompilacji programów, napisanych w językach C i C++, w systemie MS-DOS dla komputerów klasy PC z procesorem 386, lub nowszym. Jego autorem jest DJ Delorie, który rozpoczął ten projekt w 1989 r. DJGPP jest portem popularnego kompilatora GCC na DPMI (DOS Protected Mode Interface).
- DJGPP (DJ's GNU Programming Platform) is a development suite for 386+ IBM PC compatibles which supports DOS-enabled operating systems. It is guided by DJ Delorie, who began the project in 1989. It is a port of the popular GCC compiler, as well as mostly GNU utilities such as bash, find, tar, ls, awk, sed, and ld to DPMI. Languages available include C, C++, Objective-C/C++, Ada, Fortran, and Pascal. The compiler generates 32-bit code, which runs natively in 32-bit protected mode while switching back to 16-bit DOS calls for basic OS support. However, unlike OpenWatcom, it is not a zero-based flat model due to preferring NULL pointer protection for better stability. It is currently based upon a variant of the COFF format. It can access up to 4 GB of RAM in pure DOS when using a suitable DPMI host (e.g. CWSDPMI r7 or HDPMI32). Most notably the original Quake for DOS was compiled with DJGPP, as well as other programs such as p7zip, Vim, beye, UPX, NASM, Perl, NetHack, and auxiliary applications within Arachne.
- DJGPP — акроним от DJ’s GNU Programming Platform. Он является проектом по переносу большинства современных GNU утилит разработки на DOS и Windows платформы. Название происходит от имени автора DJ Delorie. DJGPP является свободным программным обеспечением, и большинство утилит под него распространяются под GNU GPL или более свободной лицензией. Может работать только на 32-битных процессорах (80386 и выше). Не совместим с Windows Vista/7 т. к. они не реализуют 16-ти битный интерфейс ДОС. Утилиты разработки DJGPP поставляются также в составе GNU/DOS. Проект находится в состоянии застоя, несмотря на это на его базе создано множество реально работающих сложных программных продуктов под DOS (например, игра Quake I).
- DJGPP est un environnement de développement intégré créé par DJ Delorie, en portant GCC et les logiciels qui l'accompagnent sous DOS. Il s'agissait de fournir sous DOS un atelier logiciel permettant de travailler avec les codes sources d'applications du monde Unix. A l'époque où ce projet a été conçu, les Unix étaient encore relativement rares et coûteux, alors que MS-DOS était très banal et disponible sur des ordinateurs à bas coût par rapport aux stations de travail Unix. DJ Delorie a entamé ce travail à la suite d'un séminaire où Richard Stallman affirmait qu'il ne porterait pas son compilateur sous DOS car cet OS était trop rudimentaire pour supporter toutes les fonctionnalités de GCC. GCC a rapidement été porté sous DOS, mais n'a pas bénéficié de la notoriété des applications GNU. L'arrêt de MS-DOS en tant qu'OS support pour Windows a diminué l'intérêt de DJGPP. Dernière version 2.0.3p2 / Juin 10, 2002 DJGPP est une plate-forme de programmation 32-bit C/ C++/ Ada/ Fortran pour 386 + PC qui tourne sous DOS ou compatibles. Il est créé par DJ Delorie, qui a démarré le projet en 1989. C'est un portage du fameux compilateur GCC, ainsi que de nombreux autres utilitaires GNU tels que bash, find, tar, ls, mv, awk, sed, et ld. Il permet de créer des programmes DOS traditionnels ou des programmes 32 bits grâce à DOS DPMI (DOS Protected Mode Interface). Il utilise un modèle de mémoire plat, où le code et les segments de données sont mêlés. D'autres segments peuvent être accessibles indirectement. Quake pour DOS a pu être compilé avec DJGPP, ainsi que d'autres programmes tels que p7zip, VIM, BIEW, UPX, NASM, Perl et NetHack. Des versions anciennes de WINE et de wxWidgets ont pu être portées sous DOS grâce à DJGPP. DJGPP est toujours utilisé pour compiler certains systèmes d'exploitation comme nonameos ou l'extender DOS/Win32 de Japheth DJGPP possède un excellent IDE de développement nommée RHIDE, qui est un clone de Turbo C.
|
| rdfs:comment
|
- DJGPP es un sistema de desarrollo en C/C++ de 32 bits para ordenadores 386 y compatibles que se ejecuta en MS-DOS. Fue desarrollado por D.J. Delorie, quien inició el proyecto en 1989 y es una migración del conocido compilador gcc para la interfaz en modo protegido MS-DOS (DPMI). Su última versión es la 2.0.3 de 2002
- DJGPP (DJ's GNU Programming Platform) - to 32-bitowy zestaw narzędzi do kompilacji programów, napisanych w językach C i C++, w systemie MS-DOS dla komputerów klasy PC z procesorem 386, lub nowszym. Jego autorem jest DJ Delorie, który rozpoczął ten projekt w 1989 r. DJGPP jest portem popularnego kompilatora GCC na DPMI (DOS Protected Mode Interface).
- DJGPP ist eine freie 32-Bit-IDE für die Programmiersprachen C, C++, Objective-C, Ada und Fortran auf 80386-kompatiblen PCs unter MS-DOS oder jedem anderen MS-DOS kompatiblen Betriebssystem, das . EXE-Dateien ausführen kann, wie zum Beispiel DR-DOS und FreeDOS. Die entwickelten Programme sind außerdem in 32-Bit-Versionen von Microsoft Windows und in IBM OS/2 innerhalb der DOS-Kompatibilitätsschicht lauffähig.
- DJGPP (DJ's GNU Programming Platform), in informatica, è un ambiente di sviluppo a 32 bit per processori 386 con sistema operativo DOS o Windows. Il nucleo di DJGPP consiste nel porting dei GNU Compiler Collection a DOS, mentre la libreria standard C è stata scritta dal creatore e principale sviluppatore D.J. Delorie.
- DJGPP — акроним от DJ’s GNU Programming Platform. Он является проектом по переносу большинства современных GNU утилит разработки на DOS и Windows платформы. Название происходит от имени автора DJ Delorie. DJGPP является свободным программным обеспечением, и большинство утилит под него распространяются под GNU GPL или более свободной лицензией. Может работать только на 32-битных процессорах (80386 и выше). Не совместим с Windows Vista/7 т. к. они не реализуют 16-ти битный интерфейс ДОС.
- DJGPP (DJ's GNU Programming Platform) is a development suite for 386+ IBM PC compatibles which supports DOS-enabled operating systems. It is guided by DJ Delorie, who began the project in 1989. It is a port of the popular GCC compiler, as well as mostly GNU utilities such as bash, find, tar, ls, awk, sed, and ld to DPMI. Languages available include C, C++, Objective-C/C++, Ada, Fortran, and Pascal.
- DJGPP est un environnement de développement intégré créé par DJ Delorie, en portant GCC et les logiciels qui l'accompagnent sous DOS. Il s'agissait de fournir sous DOS un atelier logiciel permettant de travailler avec les codes sources d'applications du monde Unix. A l'époque où ce projet a été conçu, les Unix étaient encore relativement rares et coûteux, alors que MS-DOS était très banal et disponible sur des ordinateurs à bas coût par rapport aux stations de travail Unix.
|