OS Design and Implementation: (Week 2) - Syscall
MIT 6.1810 Fall2025 Course - Week 2: system calls
Dec 21, 20252 min read18

Search for a command to run...
Articles tagged with #system-programming
MIT 6.1810 Fall2025 Course - Week 2: system calls

Start the MIT 6.1810 Fall2025 Course So… here’s an update on my learning path. 2023 – 2024: Building a Modern Computer from First Principles (aka Nand2Tetris). I studied the fundamentals of computer architecture; from logic gates and the CPU to the o...

I was reading about network programming and sockets with Beej’s Guide to Networking Programming, and we ended up writing a simplified version of the nslookup program in C. This program takes a domain name and finds the IPs associated with it by query...

How I Expanded My Basic LAN Setup
