- Linux loadable kernel module that disables caches on certain Intel processors.
- Run
make
to build. Make sure you have Linux kernel headers installed on your system. - Run
sudo insmod cache.ko
to load module - Check kernel log to see if caches has been disabled. The module prints the contents of CR0. See Intel Software Developer Manual for the right value.
- Run
sudo rmmod cache
to enable caches.