mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 15:25:08 +00:00
Kernel: Spawn /bin/Taskbar on startup.
I think it's good enough now to be there by default. :^)
This commit is contained in:
parent
6280dee625
commit
ec7817af37
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ VFS* vfs;
|
||||||
hang();
|
hang();
|
||||||
}
|
}
|
||||||
window_server_process->set_priority(Process::HighPriority);
|
window_server_process->set_priority(Process::HighPriority);
|
||||||
|
Process::create_user_process("/bin/Taskbar", (uid_t)100, (gid_t)100, (pid_t)0, error);
|
||||||
//Process::create_user_process("/bin/sh", (uid_t)100, (gid_t)100, (pid_t)0, error, { }, move(environment), tty0);
|
//Process::create_user_process("/bin/sh", (uid_t)100, (gid_t)100, (pid_t)0, error, { }, move(environment), tty0);
|
||||||
Process::create_user_process("/bin/Terminal", (uid_t)100, (gid_t)100, (pid_t)0, error, { }, { }, tty0);
|
Process::create_user_process("/bin/Terminal", (uid_t)100, (gid_t)100, (pid_t)0, error, { }, { }, tty0);
|
||||||
#ifdef SPAWN_GUITEST2
|
#ifdef SPAWN_GUITEST2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue