working on reading elf from initrd, and getting it launched with the new scheduler
This commit is contained in:
@@ -24,4 +24,9 @@ void* create_task_pd();
|
||||
|
||||
void map_page(uint32_t vaddr, uint32_t paddr, uint32_t flags);
|
||||
|
||||
void load_pd(void* paddr);
|
||||
|
||||
void flush_tlb();
|
||||
void disable_pae();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user