Move sys/test to Yellowstone init process.

This commit is contained in:
Drew Galbraith 2023-06-07 11:18:35 -07:00
parent 6f81520918
commit 7c9d1075eb
8 changed files with 26 additions and 19 deletions

View file

@ -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

View file

@ -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);