Fix: mman behavior

This commit is contained in:
2025-04-15 14:20:52 +08:00
parent d3d316a994
commit f25758031a
12 changed files with 98 additions and 37 deletions

View File

@@ -21,7 +21,7 @@ void not_implemented_handler()
void synchronous_handler()
{
static int poop = 0;
if (poop++ > 5)
if (poop++ > 10)
exit(ERR_ADMINKILL);
DEBUG_EXCEP("synchronous caught");
uint64_t x0 = 0x0;