Move sys/test to Yellowstone init process.
This commit is contained in:
parent
6f81520918
commit
7c9d1075eb
8 changed files with 26 additions and 19 deletions
|
|
@ -6,5 +6,5 @@ TIMEOUT=0
|
|||
PROTOCOL=limine
|
||||
|
||||
KERNEL_PATH=boot:///zion
|
||||
MODULE_PATH=boot:///sys/test
|
||||
MODULE_PATH=boot:///sys/yellowstone
|
||||
MODULE_PATH=boot:///sys/test2
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ const limine_file& GetInitProgram(const char* path) {
|
|||
|
||||
void LoadInitProgram() {
|
||||
DumpModules();
|
||||
const limine_file& init_prog = GetInitProgram("/sys/test");
|
||||
const limine_file& init_prog = GetInitProgram("/sys/yellowstone");
|
||||
|
||||
RefPtr<Process> proc = Process::Create();
|
||||
gProcMan->InsertProcess(proc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue