memory testing and robustness

This commit is contained in:
Liam Kerr 2026-02-09 03:28:54 +00:00
parent 2296179bf8
commit 9f833ca32c
4 changed files with 95 additions and 9 deletions

View file

@ -17,6 +17,7 @@ void kmain() {
//}
test_memory_integrity();
test_memory_alignment();
test_memory_stress();
poweroff();
}