Mark Harmstone

Results 405 comments of Mark Harmstone

Thanks. This is called from within the call to CcMdlRead at https://github.com/maharmstone/btrfs/blob/master/src/read.c#L3379... ``` MEMORY_MANAGEMENT (1a) # Any other values for parameter 1 must be individually examined. Arguments: Arg1: 0000000000103087, The...

So it's not documented what exactly 103087 means, but it looks like maybe it's something to do with not being aligned to a page size. Can you remember what program...

I can't reproduce it in Windows 11 23H2 22631.2428.

Thanks. I've investigate game-loading speed in general several times now, and never seemed to get anywhere... whatever the issues are, they're not anything obvious. Possibly we might be able to...

C000001D is STATUS_ILLEGAL_INSTRUCTION, so that's interesting. Maybe there's some sort of instruction set that Quibble should be initializing. Let me look into it.