From 86f45da149e52c60f0979f41297fc29206028af9 Mon Sep 17 00:00:00 2001 From: Gezine <30000519+Gezine@users.noreply.github.com> Date: Fri, 5 Jun 2026 09:37:12 +0900 Subject: [PATCH] Add 13.40 for kernel address pager table --- self-prospero.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/self-prospero.c b/self-prospero.c index 5cf9c9f..fb75c33 100644 --- a/self-prospero.c +++ b/self-prospero.c @@ -218,6 +218,10 @@ self_prospero_constructor(void) { case 0x1320: KERNEL_ADDRESS_PAGER_TABLE = KERNEL_ADDRESS_DATA_BASE + 0xE038D0; break; + + case 0x1340: + KERNEL_ADDRESS_PAGER_TABLE = KERNEL_ADDRESS_DATA_BASE + 0xE03910; + break; default: return;