FORKgit add .git add .!
This commit is contained in:
@@ -59,7 +59,7 @@ vfs_node_t* load_initrd() {
|
||||
void load_root_program(const char* path) {
|
||||
lock_scheduler();
|
||||
uint32_t kernel_cr3 = fetch_cr3();
|
||||
void* cr3 = create_task_pd();
|
||||
void* cr3 = create_new_pd();
|
||||
|
||||
load_pd(cr3);
|
||||
flush_tlb();
|
||||
|
||||
Reference in New Issue
Block a user