mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
Add getpwent() family of functions to LibC.
Also add a little /etc/passwd database. There's just me in there.
This commit is contained in:
parent
819ce91395
commit
9886b27d9c
17 changed files with 175 additions and 25 deletions
|
@ -1,6 +1,7 @@
|
|||
cp -p _fs_contents.stock _fs_contents
|
||||
mkdir mnt
|
||||
mount -o loop _fs_contents mnt/
|
||||
cp -R ../Base/* mnt/
|
||||
cp ../Userland/sh mnt/bin/sh
|
||||
cp ../Userland/id mnt/bin/id
|
||||
cp ../Userland/ps mnt/bin/ps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue