Jiri Malak
2985b3386c
ow: use safer form of #pragma aux
...
using ISO standard reserved word form of #pragma aux
2024-07-11 06:35:41 -04:00
Jiří Malák
e985cc36b3
utils: build utility programs by Open Watcom for Linux and Windows
2024-07-06 07:52:39 -04:00
Andrew Bird
7b6c8fb7fe
Build: Fixup compile with GCC and -DDEBUG
2022-01-16 12:40:47 -05:00
Kenneth J Davis
1bb536c383
LONG SEEK actually use lower 32 bits of 64 bit value (not 16 bits)
2021-08-08 14:37:07 -04:00
Jiri Malak
093c6dd924
correct I186 and I386 macros definition
...
correct I186 and I386 macros definition to work with all Open Watcom toolchain versions
command line definition macro has "1" value but in header file it is defined as blank value
anyway I86/I186/I386 macros usage is not transparent, it is definition duplicity in header file and on command line
it is wrong solution even if it works on most of compilers (command line macro re-definition is hidden)
2020-08-02 10:22:56 -04:00
Bart Oldeman
8ee8135d4f
ia16-elf-gcc port: use CDECL = __attribute__((cdecl)) instead of varargs.
2018-07-12 10:56:26 -04:00
Tee-Kiah Chia
49d1939ed7
ia16-elf-gcc: remove need for far function wrappers
2018-07-08 18:10:18 +08:00
Bart Oldeman
ce8e4fd091
Use static for GCC, which makes the kernel smaller (automatic inlining)
2018-01-11 17:50:31 -05:00
Bart Oldeman
71a7d0d264
ia16-elf-gcc: provide GNU LD linker script and symbols to link kernel.
...
The resulting kernel and sys.com do not work yet (kernel prints 123 only).
Some functions in sys.com are placeholders.
2018-01-11 17:50:31 -05:00
Bart Oldeman
fbdbc4c25c
C source code changes so the kernel can compile with ia16-elf-gcc.
...
Use "make all COMPILER=gcc".
Linking does not work yet with these changes.
2018-01-11 17:50:31 -05:00
Bart Oldeman
0b26c3f18f
NLS: clean up to use the struct more and fewer relocations.
2018-01-11 17:50:31 -05:00
lpproj
0c6be32a7a
Add cross-compile capability on Windows with OpenWatcom and mingw32-make
...
(Remove dependance on 16bit DOS executables when building)
2014-11-22 11:38:43 +09:00
KJD
c431157156
FreeDOS kernel current - 2041+svn1709
2012-10-14 20:08:06 -04:00