mentos-team/MentOS

Mount points are not included in `getdents`

Opened this issue · 0 comments

Mountpoints are not considered as directory entries.

The special character devices created and mounted in /dev during boot are not reported by getdents.

20240730_15h02m46s_grim

I expected /dev/hda/ mounted during ata_initialize and /dev/null mounted during mem_devs_initialize in kernel.c to show up in the directory listing of /dev.