add page overview stat print

This commit is contained in:
2026-01-11 12:37:02 +01:00
parent 876e717462
commit d1ee62d612
2 changed files with 14 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
#include "./types.h" // This is actually used
#include "arch/core_interrupt.h"
#include "memory/pageframealloc.h"
#include "object/outputstream.h"
#include "syscall/handler.h"
#include "./device/textstream.h"