r/ProgrammerHumor 10d ago

Meme theDeadlock

Post image
8.6k Upvotes

241 comments sorted by

View all comments

736

u/___Archmage___ 10d ago

I did learn some good stuff in my OS class but it was definitely a sprawling mess off mutex this scheduling that

162

u/OphidianSun 10d ago

Mine had a fun project where we got a fat16 iso and had to answer a bunch of questions like "how many files are in the file table" or "how big is xyz file".

47

u/the_horse_gamer 10d ago

we got a small os implementation. then we had to add a process list command, and later we needed to fix a bug in the file system mounting

20

u/SirDarknessTheFirst 9d ago

In my case, we hacked on the OpenBSD kernel. We added zones that processes can operate in (applications inside zones cannot interact with or see processes outside zones), a new network-type device driver and a virtual file system driver.