2018-10-23 11:12:50 +03:00
|
|
|
mkdir mnt
|
|
|
|
mount -o loop _fs_contents mnt/
|
|
|
|
cp ../Userland/sh mnt/bin/sh
|
2018-10-23 12:57:38 +03:00
|
|
|
cp ../Userland/id mnt/bin/id
|
|
|
|
cp ../Userland/ps mnt/bin/ps
|
2018-10-24 10:48:24 +03:00
|
|
|
cp ../Userland/ls mnt/bin/ls
|
2018-10-24 15:28:22 +03:00
|
|
|
cp ../Userland/pwd mnt/bin/pwd
|
2018-10-25 14:53:49 +03:00
|
|
|
cp ../Userland/sleep mnt/bin/sleep
|
2018-10-25 18:29:49 +03:00
|
|
|
cp ../Userland/date mnt/bin/date
|
2018-10-25 22:39:37 +03:00
|
|
|
cp ../Userland/true mnt/bin/true
|
|
|
|
cp ../Userland/false mnt/bin/false
|
2018-10-26 10:54:29 +03:00
|
|
|
cp ../Userland/hostname mnt/bin/hostname
|
2018-10-26 12:16:56 +03:00
|
|
|
cp ../Userland/cat mnt/bin/cat
|
2018-10-26 15:56:21 +03:00
|
|
|
cp ../Userland/uname mnt/bin/uname
|
2018-10-27 18:39:08 +03:00
|
|
|
cp ../Userland/clear mnt/bin/clear
|
2018-10-26 23:32:35 +03:00
|
|
|
cp kernel.map mnt/
|
2018-10-23 11:12:50 +03:00
|
|
|
umount mnt
|
|
|
|
sync
|