// Hardware
- A few CPU hardware bugs
- Alanma23/tinytinyTPU-co
- Building a 24-bit Arcade CRT Display Adapter
- How a devboard actually works (and how to make your own!) - Kai Pereira
- mini C compiler for esp32
- PegorK/f32
- Reverse-engineering the interrupt circuitry in the Intel 8086 processor
- Running a 68060 CPU in Quadra 650
// Interesting
// Networking
// Programming
- A C Compiler in 512 bytes
- a minimal memory allocator in C
- A simple Unix-like kernel trying to be POSIX compliant
- Advanced Compilers: The Self-Guided Course
- Building a data compression utility in Haskell using Huffman codes
- C++ implementation of SIP, ICE, TURN and related protocols.
- events | c-events
- FEX-Emu – A fast linux usermode x86 and x86-64 emulator
- Giving C a Superpower: custom header file (safe_c.h) | *ฅ^•ﻌ•^ฅ* ✨✨ HWisnu's blog ✨✨ о ฅ^•ﻌ•^ฅ
- Introduction to Zig
- Linux containers from scratch in C.
- RFC 8878 - Zstandard Compression and the 'application/zstd' Media Type
- simple x86 assembly language operating system
- The little book about OS development
- The Rust Performance Book
- tiny c
- Weird things I learned while writing an x86 emulator
- When a driver challenges the kernel's assumptions
- Why I Write Games in C