task5 finished
This commit is contained in:
@ -186,6 +186,8 @@ void vmprint(pagetable_t);
|
||||
#endif
|
||||
#ifdef LAB_PGTBL
|
||||
pte_t* pgpte(pagetable_t, uint64);
|
||||
void superfree(void *pa);
|
||||
void* superalloc();
|
||||
#endif
|
||||
|
||||
// plic.c
|
||||
|
||||
Reference in New Issue
Block a user