Kernel: Support execute disable bit
We will now map executable memory explicitly as executable.
This commit is contained in:
@@ -16,6 +16,7 @@ namespace Kernel
|
||||
Present = 1,
|
||||
ReadWrite = 2,
|
||||
UserSupervisor = 4,
|
||||
Execute = 8,
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user