Changes

126 bytes added ,  01:12, 13 March 2018
Line 59: Line 59:  
==Kernel==
 
==Kernel==
 
* Kernel Address Space Layout Randomization was added.
 
* Kernel Address Space Layout Randomization was added.
 +
** Instead of using a hardcoded address for per-CPU region, they now use x18 to point to the per-CPU region.
 +
* 6 new syscalls
    
==Keys==
 
==Keys==