-
Managed to bootstrap open Watcom with intels compiler.
If someone wants to toy with it heres a howto.
go into the build\mif directory and open the local.mif file with notepad++, scroll down to the b…
-
After fixing too long operation of `emxomfld` (see #83), I faced another problem with linking Chromium: WL.EXE (Watcom Linker) runs out of memory killing the system, see https://github.com/bitwisework…
dmik updated
10 months ago
-
I tried it !
I downloaded and installer http://www.openwatcom.org/download.php
Open a CMD.exe
Setup the ENV:
`..\..\WATCOM\owsetenv.bat
`
Copy the
`rev.c.in
`
to
`rev.c`
Modified the li…
-
More of a github use question. I cannot seem to download artefacts from the github actions using wget. If I long tap on a download link for "EDR-DOS 1.44M image (KERNEL.SYS flavor)" in eg the action a…
-
An IBM PC 16 bit will use 8086 real-mode. Even with Open Watcom large model pointers are still limited to a 64k range of memory and program's heap (using malloc) is also limited to 64k, just like in s…
-
### Code: ecc.cpp
```
#include
#include
int main()
{
return 0;
}
```
### Command line:
```wpp ecc.cpp -bt=dos -fr -ecc -fo=ecc.obj```
## Output
```
Open Watcom C++ x86 16-bit Op…
-
Noticed quite a few packages that timed out on Hydra when invoking `sdl-config` during the build process.
https://hydra.nixos.org/eval/1808505
Here's a few of those:
- `dosbox` -> https://h…
-
@madebr I think it is stable enough (resolved all issues) that it is time to do public release of setup-watcom.
-
Hi!
@jmalak pointed me to this project when [I ran into an issue](https://github.com/open-watcom/open-watcom-v2/issues/1192) regarding the project that I'm working on. That project is [debian-open-…
-
GCC compiled 8086 kernel boots fine, while Watcom compiled 8086 kernel freezes after showing hard drive information and prior to FreeCom welcome message. Need to determine where in the boot process t…