Live data from Hacker News

UNIX Fourth Edition

squoze.net

1–10 of 15 posts

Re: UNIX Fourth Edition

#9
post #4
post #3

Has anyone managed to extract out the C source files and upload them into some browsable UI, e.g. GitHub or GitLab?

I think they’re in the Unix history repo. Browsing there, it may be https://github.com/dspinellis/unix-history-repo/commits/Rese...

[deleted]

Re: UNIX Fourth Edition

#10
Hi, this is me. I'm still hacking on it but ran into some hard to understand kernel bugs. once i mount more than the root filesystem (say /usr/man) there are issues with inode allocation/freeing. mixing and matching v4 and v5 stuff in various ways can also lead to other interesting bugs but often an allocated inode ends up on the freelist, and things break.

Otoh it's so much fun to hack and fiddle with the unix kernel :) very zen

Post reply on HN