diff --git a/README.md b/README.md index 250fb0b..48a4db9 100644 --- a/README.md +++ b/README.md @@ -215,8 +215,8 @@ Kernel space: - Enable the kernel page allocator to randomize free lists to limit some data exfiltration and ROP attacks, especially during the early boot process. -- Enable kernel page table isolation on X86_64 CPUs to increase KASLR effectiveness - and also mitigate the Meltdown CPU vulnerability. +- Enable kernel page table isolation on x86_64 and ARM64 CPUs to increase + KASLR effectiveness and also mitigate the Meltdown CPU vulnerability. - Enable randomization of the kernel stack offset on syscall entries to harden against memory corruption attacks.