lkundrak / dev86

C compiler, assembler and linker environment for the production of 8086 executables
http://v3.sk/~lkundrak/dev86/
GNU General Public License v2.0
152 stars 43 forks source link

ELKS says "bye bye" to DEV86 #21

Open mfld-fr opened 5 years ago

mfld-fr commented 5 years ago

Information to anyone who could wonder about the ELKS remaining stuff in DEV86.

ELKS project (see https://github.com/jbruchon/elks) was tightly coupled to DEV86 until last year. ELKS has now finished its transition to a full build chain based on GCC-IA16 (see https://github.com/tkchia/gcc-ia16) and is no more linked to DEV86.

There are still many components in DEV86 related to ELKS, but they don't need to be maintained anymore by the ELKS contributors. So please consider them as 'residual' (or 'historical') elements.

honeydatax commented 3 years ago

im building an operation system ,and im need a com file builder , but my operation system dont have int to check version number , on my bcc compiler of debian que com file checks for version is the dos , is any way to disconect this , my https://github.com/honeydatax/marina-os