I'm currently trying to perform a rowhammer attack on my machine from this paper. Trrespass:
https://github.com/vusec/trrespass/tree/master/dramaHowever, I've come to an impass since there's no information available on how to use 1GB pages on ubuntu for the software. I get this error: Unable to open hugetlbfs: No such file or directory.
I have tried different Ubuntu versions like 23, 18 but I still get the same error even after installing libhugetlbfs-dev library.
I would be grateful if anyone tells me where I'm going wrong?
Machine specs are: Intel i7-6700 with a single-rank dimm. Lmk if you require further information.