Run first app from ramdisk!
This commit is contained in:
4
kernel/amd64/sched1.c
Normal file
4
kernel/amd64/sched1.c
Normal file
@@ -0,0 +1,4 @@
|
||||
#include <amd64/sched.h>
|
||||
#include <sys/mm.h>
|
||||
|
||||
void do_sched (void* regs, struct pd* pd) { amd64_do_sched (regs, (void*)pd->cr3_paddr); }
|
||||
Reference in New Issue
Block a user