With a little help from the kernel
[ Disclaimer: simplified, high-level view ahead. ] When a program reads or writes data at a given virtual address, it uses instructions telling the CPU to do so. When the CPU doesn’t know the address, it faults. When it knows the address, but its access rights don’t allow the read or write operation the program [...]
2012-05-14 18:21:42+0200