MCMrARM

Results 276 comments of MCMrARM

@amluto They are certainly 128 bytes, not fused entries. This is because they added that space to give space for an encryption key, so they can offload the encryption. It's...

I have done some more reverse engineering on the IOBufferCopyController kernel driver: https://mrarm.io/u/Paste%202019-07-05%2013-24-16.txt This should be enough to implement a basic version of that driver, though this doesn't touch the...

I built the kernel on my host PC and then booted the kernel off an USB drive to which I copied the kernel each time (it was writable). There might...

IOBufferCopyController RE document revision 4 (minor changes compared to r3): https://mrarm.io/u/Paste%202019-07-08%2022-41-49.txt VHCI RE document revision 1: https://mrarm.io/u/Paste%202019-07-08%2022-42-49.txt - Still missing a lot of stuff required to get it to work,...

I mean the device only uses two queues. The command queue and a single submission queue - qid 1. No other queues. So it's not really specific to qid 1,...

I do not think they are conflicting with anything else as as far as I am aware no other part of the app uses slide actions though, so I think...

I think it is documented on https://github.com/MCMrARM/revolution-irc/wiki/Command-aliases Could presumably include an in-app link if there isn't one already.

This bug will hopefully be partially addressed in 0.6.

Could use an in-memory store, althrough the server would be excluded from auto-reconnect in that case.