mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
Revert "Kernel: Send SIGBUS to threads that use after valid Inode mmaped range"
This reverts commit 0c675192c9
.
This commit is contained in:
parent
4d7e4e5da8
commit
6e26e9fb29
4 changed files with 33 additions and 57 deletions
|
@ -10,7 +10,6 @@ namespace Kernel {
|
|||
|
||||
enum class PageFaultResponse {
|
||||
ShouldCrash,
|
||||
BusError,
|
||||
OutOfMemory,
|
||||
Continue,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue