dev86
dev86 copied to clipboard
C compiler, assembler and linker environment for the production of 8086 executables
*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...
Unfortunately url mentioned in project description doesn't work.
I am trying to compile dev86 for use on macOS. However, when following the README instructions, I get the following error: ``` /Library/Developer/CommandLineTools/usr/bin/make -C unproto CC='cc' CFLAGS=' -O2 -fno-strict-aliasing -no-cpp-precomp'...
You should mention somewhere that telling make to parallelize is a bad idea and wont work.
Lubomir, @lkundrak How about creating an organisation and asking Github to make it's fork the root. That way the repo can be handed over cleanly to those who are interested...
Always use $(MAKE) instead of literal 'make' to spawn the correct make variant. Otherwise, e.g. when using 'gmake' on FreeBSD the Makefiles spawn BSD make and things fail because of...
Hi, I just saw that we have some patches on Gentoo Linux, which are not yet merged upstream. https://github.com/gentoo/gentoo/tree/master/sys-devel/dev86/files They fix for example a bug with clang. https://bugs.gentoo.org/show_bug.cgi?id=523096
Commit cf72284 causes assembler output to be truncated without an error in some cases. Testing against a previously working ELKS tree shows `elkscmd/ktcp/vjhc.c` fails when `bcc` calls `as86` because the...
The symbols in .bss segment are ALWAYS 4 byte aligned. That is probably a mistake. Only 'LONG' should be aligned to 4 bytes (in 16 or 32 bit code that...
Building dev86-0.16.20 by gcc-4.8.2 I'v got this compilation warning: dbprintf.c:110:13: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]