Carson Molder

Results 6 comments of Carson Molder

The access control group has had a similar issue with some custom inode params. We've been adding user/group/permission fields to the inode/stat and, although they are processed properly in-memory (e.g....

[Implementing](https://github.com/cmolder/assise/commit/44b8ba92f884c52eeaa245d1f5a55022efeb262d) #21 worked for me, at least for the other fields. Thanks!

Your fix works great. Thank you!

I know adding boost to a project can be a big change, so I went ahead and limited the usage of it to a single header file (`util/random.h`). So, if...

After looking at a bunch of sample implementations, I've written a custom implementation of `uniform_int_distribution` that should be a drop-in replacement to the one in `` while being platform-agnostic.

Okay, I pushed some tests for `champsim::uniform_int_distribution`. Next step is to test `champsim::shuffle` and expand the test suite further if we think it's necessary. I'd also like to test `VirtualMemory::shuffle_pages`,...