-
This may be a weird request but is there a way to compile for DOS? (not command line in Windows, but literally DOS, 6.2
The reason is an experiment trying to run mini vMac under DOSBox, which would…
-
A person on the SvarDOS forum [asked](http://svardos.org/?p=forum&thread=1728031245) about whether [SBEMU](https://github.com/crazii/SBEMU) works under SvarDOS.
As we do not have a package for it y…
-
... and likely MS-DOS too.
The reason is that the empty environment is
not properly handled in a djlibc start-up code.
The work-around is to set `COMSPEC` or any
other var in `config.sys`.
djlibc…
-
Starting from `nightly-2024-04-15`, there was an update to `compiler_builtins` which changed the way that math functions are linked (https://github.com/rust-lang/compiler-builtins/pull/577). As a cons…
Enet4 updated
4 months ago
-
# The big question
Can we port list back to pdcurses and the DOS variant of LIST.C which hasn't seen any loving for over twenty years?
## Why should we?
MS-DOS (and its variants such as DR-DOS/PC…
-
```c
#if defined(__GNUC__) && defined (__i386__)
fixed_t FixedMul(fixed_t a, fixed_t b)
{
__asm__ (
"imul %2 \n"
"shrd $0x10,%%edx,%%eax \n"
: "=eax" (a) /* OUTP…
-
Hi there - how do I compile on linux?
`./configur.sh` doesn't seem to generate the `*.err` files as noted in the the header of `configur`
Is this only something that can be built on windows?
…
-
Currently each compiler uses its own version of make and has a slightly different path when building. This makes it difficult to make changes that don't break one of the supported compilers. Open Wa…
-
### Describe the bug
Quake [requires a FPU](https://github.com/id-Software/Quake/blob/bf4ac424ce754894ac8f1dae6a3981954bc9852d/WinQuake/sys_dos.c#L866) and on a real FPU-less system it aborts with “E…
skitt updated
2 months ago
-
It seems as though `std::regex_search` always returns `false`, and even the simplest regular expressions, such as `[0-9]+` or even `\d+`, throw invalid character exceptions.