* ls command in ms shell now support path arguments * cd now accepts .. as argument * Fix access to subdirectories * Fix nested mount directory resolution * Added test scripts for r_fs
15 lines
88 B
Text
15 lines
88 B
Text
m posix /
|
|
m ext2 /foo
|
|
ms
|
|
ls
|
|
cd foo
|
|
ls
|
|
cd ..
|
|
ls
|
|
pwd
|
|
cd /sys
|
|
pwd
|
|
ls
|
|
ls /
|
|
ls /sys
|
|
ls /proc
|