Brendan Fitzgerald

Results 15 comments of Brendan Fitzgerald

There is an issue with kernel version 3.14+, maybe earlier as well. Version 3.2 should be working. Until we can fix this issue I would recommend using that version.

I haven't done a compile on a fresh install in some time, but I'm fairly sure it doesn't require gnutls. I can compile fine on Debian Stretch. It would be...

There are hundreds of asserts in the code base. It is next to impossible for us to help without more information

Have you ran your simulations with un-altered code? And what parts of the code have you modified?

ptlsim/lib/logic.h is where the replacement happens. Currently marss uses LRU replacement but it's simple enough to create your own function in it's place. Cache structure is also defined in that...