fpos
fpos copied to clipboard
Filesystem
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?
Does it work the same way in usermode?