frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: BananaOS, vibecoded operating system that boots on a 486 with ~11MB RAM

3•madamdo•3h ago
My 10-year-old son has been deep in low-level rabbit holes lately and ended up vibe-coding his own operating system. Since he’s still a kid and not on HN himself, I’m posting this on his behalf with his permission.

This started as curiosity about how computers actually boot, and somehow escalated into writing a kernel, building a GUI, and setting up CI that produces a bootable OS image on every commit.

BananaOS is a small experimental operating system built mainly for learning and exploration of low-level systems programming. It currently targets i386 BIOS systems and is designed to run on extremely constrained hardware. Fun fact: Wallpaper logic, one of the most important OS functionalities, is directly implemented in the kernel. That cracked my son up!

Some highlights:

Multiboot-compliant kernel loaded via GRUB

VESA framebuffer graphics with double buffering

Custom window manager with movable and resizable windows

Dock-style application launcher

PS/2 keyboard and mouse input handling

PCI enumeration and AHCI SATA support

Basic applications (terminal, notepad, calculator, file explorer, settings)

Memory detection and allocation based on available RAM

Boots in QEMU with about 11.2 MB RAM

Includes an ISR workaround to emulate CMOV so it can boot on Intel 486 CPUs

One thing I found particularly fun: he also added GitHub Actions workflows that automatically build the OS image for every commit, so the repo continuously produces fresh bootable artifacts.

The project is very much experimental and should only be run inside an Virtual Machine.

Repo (with build instructions and screenshots):

https://github.com/Banaxi-Tech/BananaOS

Quick start (only on Linux, check dependencies, and see README):

git clone https://github.com/Banaxi-Tech/BananaOS cd BananaOS make qemu-system-i386 -cdrom bananaos.img -m 128M

Retro mode:

qemu-system-i386 -cpu 486 -cdrom bananaos.img -m 11.2M

He’s mainly building this to understand kernels, memory management, drivers, and how operating systems actually work below user space.

Feedback from people who have built hobby operating systems or worked close to hardware would be especially appreciated.

Show HN: RetroTick – Run classic Windows EXEs in the browser

https://retrotick.com/
151•lqs_•7h ago•43 comments

Show HN: Unfucked – version every change between commits - local-first

https://www.unfudged.io/
36•cyrusradfar•23h ago•22 comments

Show HN: Badge that shows how well your codebase fits in an LLM's context window

https://github.com/qwibitai/nanoclaw/tree/main/repo-tokens
73•jimminyx•5h ago•39 comments

Show HN: Mac hardware toys – pipe your accelerometer into your keyboard lights

https://github.com/pirate/mac-hardware-toys
2•nikisweeting•11m ago•1 comments

Show HN: Interactive Resume/CV Game

https://breezko.dev
2•breezk0•1h ago•0 comments

Show HN: SignalCend – API that resolves conflicting IoT device state in 47ms

https://signalcend.com/
3•TylerArrows•3h ago•0 comments

Show HN: PDF reader with interactive visualizations for research papers

https://zerodistract.com
6•vignesh_warar•3h ago•2 comments

Show HN: Hacker Smacker – Spot great (and terrible) HN commenters at a glance

https://hackersmacker.org
137•conesus•3d ago•161 comments

Show HN: BananaOS, vibecoded operating system that boots on a 486 with ~11MB RAM

3•madamdo•3h ago•0 comments

Show HN: Goatpad

https://www.goatpad.xyz
7•martialg•3h ago•0 comments

Show HN: Linex – A daily challenge: placing pieces on a board that fights back

https://www.playlinex.com/
77•Humanista75•2d ago•32 comments

Show HN: Deff – Side-by-side Git diff review in your terminal

https://github.com/flamestro/deff
113•flamestro•1d ago•63 comments

Show HN: Terminal Phone – E2EE Walkie Talkie from the Command Line

https://gitlab.com/here_forawhile/terminalphone
314•smalltorch•1d ago•78 comments

Show HN: Respectify – A comment moderator that teaches people to argue better

https://respectify.org/
219•vintagedave•2d ago•229 comments

Show HN: CodeLeash: framework for quality agent development, NOT an orchestrator

https://codeleash.dev/
11•cadamsdotcom•17h ago•4 comments

Show HN: Beehive – Multi-Workspace Agent Orchestrator

https://storozhenko98.github.io/beehive/
45•mst98•3d ago•22 comments

Show HN: A real-time strategy game that AI agents can play

https://llmskirmish.com/
217•__cayenne__•2d ago•81 comments

Show HN: Rev-dep – 20x faster knip.dev alternative build in Go

https://github.com/jayu/rev-dep
45•jayu_dev•1d ago•12 comments

Show HN: Clocksimulator.com – A minimalist, distraction-free analog clock

https://www.clocksimulator.com/
126•user_timo•2d ago•96 comments

Show HN: Mission Control – Open-source task management for AI agents

https://github.com/MeisnerDan/mission-control
42•meisnerd•1d ago•12 comments

Show HN: My brother and I built a BI tool with zero UI for data consumers

https://bonnard.dev
8•maxmealing•10h ago•9 comments

Show HN: Django Control Room – All Your Tools Inside the Django Admin

https://github.com/yassi/dj-control-room
132•yassi_dev•2d ago•54 comments

Show HN: I ported Tree-sitter to Go

https://github.com/odvcencio/gotreesitter
221•odvcencio•2d ago•106 comments

Show HN: A self-hosted OAuth 2.0 server for authenticating AI agents and machine

https://github.com/mandarwagh9/MachineAuth
4•mandarwagh•17h ago•0 comments

Show HN: Lazycal – Google Calendar TUI

https://github.com/pranavkarthik10/lazycal
3•treexs•12h ago•0 comments

Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3

https://github.com/moonshine-ai/moonshine
312•petewarden•2d ago•75 comments

Show HN: enveil – hide your .env secrets from prAIng eyes

https://github.com/GreatScott/enveil
201•parkaboy•3d ago•131 comments

Show HN: Emdash – Open-source agentic development environment

https://github.com/generalaction/emdash
203•onecommit•3d ago•71 comments

Show HN: Arrival Radar

https://entropicthoughts.com/arrival-radar
4•kqr•14h ago•1 comments

Show HN: Scheme-langserver – Digest incomplete code with static analysis

https://github.com/ufo5260987423/scheme-langserver
51•ufo5260987423•3d ago•2 comments