Continued with memory corruption study

This commit is contained in:
h3xduck
2022-06-04 08:55:45 -04:00
parent d184893426
commit d4a881540f
16 changed files with 349 additions and 152 deletions

View File

@@ -441,9 +441,26 @@ AMD64 Architecture Processor Supplement},
},
@online{fault_injection,
title={},
title={Injecting faults into the kernel},
url={https://lwn.net/Articles/209257/},
date={2006-11-04}
},
@online{mem_page_arch,
title={Memory Management 101: Introduction
to Memory Management in Linux},
url={https://events19.linuxfoundation.org/wp-content/uploads/2017/12/MM-101-Introduction-to-Linux-Memory-Management-Christoph-Lameter-Jump-Trading-LLC-1.pdf},
date={2017-12-01},
author={Christopher Lameter},
organization={The Linux Foundation Open Source Summit},
institution={Jump Trading LLC}
},
@online{page_faults,
title={Understanding page faults and memory swap-in/outs},
url={https://scoutapm.com/blog/understanding-page-faults-and-memory-swap-in-outs-when-should-you-worry},
date={2019-08-19},
author={Doug Breaker}
}