heechul / memguard

Memory Bandwidth Reservation System for Efficient Performance Isolation in Multi-core Processors
https://github.com/heechul/memguard/wiki/MemGuard
GNU General Public License v2.0
49 stars 32 forks source link

How to apply memgiard i to arm kernel?? #5

Closed itdream81 closed 7 years ago

itdream81 commented 7 years ago

Hi !

How can I build and load it into arm 4.4 linux kernel?

I just copy memguard.c to kernel folder, and build it. But it has many compile errors.

I want to build it statically not loadable(.ko).

Thanks in advence.