mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
Start working on a graphical Terminal program.
This commit is contained in:
parent
b673c1a77d
commit
6d8043767e
8 changed files with 601 additions and 4 deletions
|
@ -98,6 +98,7 @@ static void init_stage2()
|
|||
|
||||
int 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/Terminal", (uid_t)100, (gid_t)100, (pid_t)0, error, { }, move(environment), tty0);
|
||||
#ifdef SPAWN_GUI_TEST_APP
|
||||
Process::create_user_process("/bin/guitest", (uid_t)100, (gid_t)100, (pid_t)0, error, { }, move(environment), tty0);
|
||||
#endif
|
||||
|
|
|
@ -33,6 +33,7 @@ cp -v ../Userland/touch mnt/bin/touch
|
|||
cp -v ../Userland/sync mnt/bin/sync
|
||||
cp -v ../Userland/more mnt/bin/more
|
||||
cp -v ../Userland/guitest mnt/bin/guitest
|
||||
cp -v ../Terminal/Terminal mnt/bin/Terminal
|
||||
sh sync-local.sh
|
||||
cp -v kernel.map mnt/
|
||||
ln -s dir_a mnt/dir_cur
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue