feat: implement frame table without thread safety
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include "tests/threads/tests.h"
|
||||
#endif
|
||||
#ifdef VM
|
||||
#include "vm/frame.h"
|
||||
#include "devices/swap.h"
|
||||
#endif
|
||||
#ifdef FILESYS
|
||||
@@ -101,6 +102,9 @@ main (void)
|
||||
palloc_init (user_page_limit);
|
||||
malloc_init ();
|
||||
paging_init ();
|
||||
#ifdef VM
|
||||
frame_init ();
|
||||
#endif
|
||||
|
||||
/* Segmentation. */
|
||||
#ifdef USERPROG
|
||||
|
||||
Reference in New Issue
Block a user