Writing a Unix clone in about a month
A developer recounts their month-long project to create Bunnix, a Unix-like operating system for x86_64, detailing its features and components.
A developer recounts their month-long project to create Bunnix, a Unix-like operating system for x86_64, detailing its features and components.
A developer revisits an Advent of Code puzzle, optimizing the solution with a new algorithm and implementing it in x86_64 assembly for performance.
Analyzes the system calls and binary size of a simple "hello world" program across multiple programming languages, from assembly to Python.