0xAX/BootLife
Conway's Game of Life running directly from a 512-byte x86 boot sector, using VGA memory as the simulation grid.
About the project
Conway's Game of Life written in assembly and fitting into a 512-byte x86 boot sector; the simulation grid is VGA video memory. It runs directly from BIOS without an operating system.
Useful for
- Build the image with nasm and run it in QEMU as a floppy disk
- Study an example of VGA memory and boot sector programming in assembly
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 2 stars today.
- The repository is 4 days old and already has 56 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Hacker News: “Show HN: Conway's Game of Life in boot sector” — 27 points, 3 days ago.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 56
- Today
- 2
- Forks
- 5
- Issues and pull requests
- 0
- Watchers
- 0
- Language
- Assembly
- License
- ISC
- Created
- September 20, 2026
- Last push
- September 21, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Hacker News discussions
- Show HN: Conway's Game of Life in boot sector27 points, September 21, 2026
Spotted in
- September 24, 2026Spotted on Hacker News
- September 23, 2026Spotted on Hacker News
More in this category
-
4.8
xCuri0/ReBarUEFI
UEFI DXE driver that enables Resizable BAR on systems without official support. Provides GPU performance gains and is required for Intel Arc GPUs to work optimally.
-
3.8
General-Instinct/InstinctFlash
A high-performance serving runtime for robotics models (VLA, WAM, policies) with FP8 acceleration and optimized kernels on Jetson Thor and RTX 4090/5090.
-
3.2
hsfzxjy/npunlock
A toolkit for writing and running custom C kernels on Intel Core Ultra NPUs, bypassing the public graph-level-only stack. It reconstructs the path from C code to a runnable NPU kernel, verified on Windows x64 with…
-
2.8
ruvnet/RuView
A Rust WiFi-sensing platform that uses CSI data from cheap ESP32 boards to detect presence, breathing, heart rate, activity and pose without cameras or wearables. Runs locally on edge hardware with Home Assistant,…
-
2.2
pollen-robotics/microduck
Firmware and system software for Microduck, a tiny biped duck robot on a Rockchip RK3566 that walks, rolls and gets up using neural policies. The repo contains daemons for motor control, updates, Bluetooth, gamepad and…
-
2.1
RomanSlack/jev-drone
An autonomous quadrotor in MuJoCo that flies an obstacle course using only its onboard camera, with a small Jev judgment model making tactical calls at ~2.5 Hz while control and safety stay in ordinary code.