Gregory Haerr

Results 674 comments of Gregory Haerr

Hello @tkchia, Thank you very much for your explanation of build options, you provided a lot of information unknown to me. > And yes, some work is probably needed to...

Hello @tkchia, I've started an [86sim fork](https://github.com/ghaerr/86sim) from your and Andrew Jenner's project, which has initial support for ELKS a.out executables and also continues to load and run MZ executables....

Hello @tkchia, > Let me see if I can add some of warning — possibly enabled by -Wnonnull Thank you, that would help immensely in a large porting effort. >...

Hello @tkchia, > I do not quite know how to have the IA-16 back-end obtain enough information from the middle-end, about whether a particular expression might be null/zero. I will...

Hello @tkchia, I managed to get the [ELKS kernel 2500 system buffers enhancement](https://github.com/jbruchon/elks/pull/1147) running, using far pointers, but containing them within a single access function. Overall, the code generated looks...

Not sure if you're thinking of slowing down IPS to match real-time target, or possibly using similar math to adjust timer IRQ to real time (or a separate option for...

My input to this discussion is that, of course, few \#ifdef's or best none, but hopefully the default option is one where users of MSDOS/FreeDOS or associated user programs that...

You might try building microwindows demos without using shared libraries, that is, as a static binary. This is done by setting `SHAREDLIBS=N` and `SHAREDLINK=N` in config. > it cant initialise...

It would help to see the error of course and exactly what you're running etc. But if the message is saying "Can't initialize keyboard" then this is probably because the...

The config file looks ok. What command are you running?