E. C. Masloch

Results 257 comments of E. C. Masloch

> As for PHT - fdpp dups only stdio fds on fn 26h. Duping all of them, or duping neither, causes AlphaWaves to malfunction. This game checks the msdos-compat behavior...

> 0 to 2 currently. Duping all 20 didn't work. I put some comments to task.c. Comment says drdos does not dup any. Ah yeah, https://github.com/dosemu2/fdpp/blob/f2962dbace7d5c838fc06375bd6fc0200232ce33/kernel/task.c#L264

NB the optimisation allowed here is to use `mov ax, sp`. The choice to use `push sp` would not be portable as its behaviour differs depending on the CPU, so...

This point seems like it generates the opcode dump in gas: https://github.com/tkchia/binutils-ia16/blob/1d7535fd03bdddf979d63fcd0072aa68129971fc/gas/listing.c#L762

With MBR partitioning you only need "33-bit LBA" at most because your partition start / hidden sectors and partition / file system size are both limited to 32-bit each. There...

I believe I fixed this. It isn't pretty but it seems to work fine for now. Patch is at https://github.com/klausw/hackerskeyboard/commit/c504b79f3783cbf1f6228014fdd0bad288ad0d2c I also fixed an incompatibility between new ConnectBot versions and...

Added another fix to avoid the "double tap on Back needed for some applications" problem of my prior patch, this was mentioned in https://issuetracker.google.com/issues/246132117#comment18 https://github.com/ecm-pushbx/hackerskeyboard/commit/859b0d490603aa013e15dc53adfc1d7bf4a80234

If someone wants to try without having to build from the sources, I uploaded debug APKs that work on my device, a Nothing Phone (1), to https://pushbx.org/ecm/test/20230325/

It's important to call `super.setCandidatesViewShown`. In my testing it appears you *only* need to call the `super.` prefixed function actually, and not the ones provided by our class. I'm just...

Updated with another bugfix to address the last problem I mentioned, https://github.com/ecm-pushbx/hackerskeyboard/commit/b12891bb5836d935320606280ece130e912a8f0d