Implement dynamic stack growth #54

Merged
td1223 merged 14 commits from ethan-stack-growth into virtual-memory 2024-11-30 23:21:34 +00:00
10 changed files with 70 additions and 353 deletions
Showing only changes of commit c670c29e47 - Show all commits

View File

@@ -1,5 +1,5 @@
#ifndef GROWSTACK_H
#define GROWSTACK_H
#ifndef VM_GROWSTACK_H
#define VM_GROWSTACK_H
#include <stdio.h>
@@ -8,4 +8,4 @@
bool needs_new_page (void *addr, void *esp);
bool grow_stack (void *addr);
#endif //GROWSTACK_H
#endif /* vm/frame.h */