E. C. Masloch

Results 258 comments of E. C. Masloch

That works, but I don't *want* to use the "no override" setting. I want "use Ctrl-Alt-A instead", for all other apps, but have ConnectBot accept Ctrl-A anyway. That's what is...

Oh, I just noticed that this variable is probably intended to allow passing parameters like NASM's `NASMENV`. In that case it is intended to parse the contents as switches and...

I just updated to ConnectBot 1.9.9-oss. (F-Droid managed to update this way with all settings intact.) I modded [Hacker's Keyboard](https://github.com/klausw/hackerskeyboard) to fix the incompatibility. It turned out that it checked...

I posted a notification to their thread at https://github.com/open-watcom/open-watcom-v2/discussions/271#discussioncomment-6773817

This is the header containing the packed structures used by the source: https://hg.pushbx.org/ecm/interc3/file/77616b6c4040/intercep.h ``` #include /* what we record in our memory block about each interrupt */ typedef struct __attribute__...

It appears that the map file can be used to find the offset. The map file [can be generated](https://stackoverflow.com/questions/38961649/gcc-how-to-create-a-mapfile-of-the-object-file/38961713#38961713) by passing `-Xlinker -Map=output.map` to gcc. Buried in there we get:...

> Seems fixed... @ecm-pushbx do you happen to know what int21/26h should set the parent_psp to? Too many sources claim different things. RBIL says it is zeroed out. I thought...

> Thanks! I re-pushed the fix. Indeed, the culprit was CS!=current_psp... :( There are other instances of that problem, too, see #185. I think at least fn 55h also needs...