fpos icon indicating copy to clipboard operation
fpos copied to clipboard

Filesystem

Open yuppox opened this issue 3 years ago • 1 comments

I built this in Docker using run-release. Here is the output:

[  0.040000] kmain: loading kshell...

This is ArvernOS kernel shell. Type 'help' for more information.
Protip: switch to usermode with the 'usermode' command.

kshell> ls
     2 ./
     2 ../
     0 dev/
     0 proc/
     0 bin/
   172 booo
     0 etc/
   717 info
   446 lorem.txt
kshell> cat lorem.txt
no such file or directory
kshell>

Am I missing something? Why is lorem.txt not found?

yuppox avatar Jan 24 '22 06:01 yuppox

Does it work the same way in usermode?

TheK0tYaRa avatar Jan 25 '22 01:01 TheK0tYaRa