From b2dc154433fecdacc245387d6b15736e3415532e Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Thu, 26 Aug 2021 21:39:57 -0500 Subject: smp boots! --- src/include/paging.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/paging.h') diff --git a/src/include/paging.h b/src/include/paging.h index 16afae2..302e567 100644 --- a/src/include/paging.h +++ b/src/include/paging.h @@ -18,6 +18,7 @@ void pfree(void *addr, size_t size); void debug_pmap(); void get_mem_capabilities(); void ram_stresser(); +void fix_stack(); #endif -- cgit v1.2.3