Tweak messaging

This commit is contained in:
Liam Kerr 2026-02-09 21:14:13 +00:00
parent 3ac35acfca
commit 3f0105e37e
2 changed files with 4 additions and 2 deletions

View file

@ -208,8 +208,9 @@ void test_memory_alignment()
void test_memory_stress()
{
kprintf("Starting Stress Test...\n");
kprint("\nPre-stress heap stats:\n");
heap_stats();
kprintf("Starting Stress Test...\n");
void *ptrs[100] = {0};
uint32_t seed = 0xACE2026;