A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
I went back to 478835401ecf44391a3b32cfa178b1d56bde1c11 to check and see if this is a regression caused by the symlink stuff, but it appears to have existed since before then.
Recreation steps:
touch /a
cat /a
cat: /a: no such file or directory
ls shows an entry called "/a", but that's it.
I went back to 478835401ecf44391a3b32cfa178b1d56bde1c11 to check and see if this is a regression caused by the symlink stuff, but it appears to have existed since before then.