← Back to AI Insights
Gemini Executive Synthesis

Anos – a hand-written, ~100KiB microkernel for x86-64 and RISC-V.

Technical Positioning
A minimalist, modern microkernel built from datasheets, supporting IPC, multitasking, and SMP, explicitly avoiding legacy features and largely eschewing AI-generated code for core kernel components.
SaaS Insight & Market Implications
Anos represents a deep dive into low-level systems programming, emphasizing manual implementation and a strict 'no AI code' rule for the kernel. While a hobby project, its focus on a ~100KiB microkernel for x86-64 and RISC-V, built from datasheets and avoiding legacy features, highlights a pursuit of efficiency and modern architecture. The developer's experience with LLMs for documentation and tests, but not core kernel code, provides a critical insight into the current limitations of AI in highly specialized, correctness-critical systems development. This project underscores the enduring value of fundamental engineering knowledge and the current boundaries of AI assistance in foundational software layers.
Proprietary Technical Taxonomy
microkernel x86-64 RISC-V IPC multitasking SMP real hardware LLMs (mostly Claude Code)

Raw Developer Origin & Technical Request

Source Icon Hacker News Apr 7, 2026
Show HN: Anos – a hand-written ~100KiB microkernel for x86-64 and RISC-V

I pretty much always have a kernel project going on, and have been that way for decades. Over the past couple of years, that's been Anos, which has gotten further along than any of my previous hobby kernels, supporting IPC, multitasking, SMP (x86-64 only right now) and running on real hardware.LLMs (mostly Claude Code) have been used during development, but I learned early on that it's not _great_ at code at this level, so I've restricted its use to mostly documentation and tests. There's _a little_ AI code in the user space, but I have a strict "no AI code" rule in the kernel itself. I find this helps not only with the quality / functionality of the code, but also with learning - for example, even though I've written multiple kernels in the past, it wasn't until Anos that I _truly_ grokked pagetable management and what was possible with a good VMM interface, and if I'd outsourced that implementation to an LLM I probably wouldn't have learned any of that.In terms of approach, Anos avoids legacy platform features and outdated wiki / tutorial resources, and instead tries to implement as much as possible from manuals and datasheets, and it's definitely worked out well so far. There's no support for legacy platform features or peripherals, with all IO being memory mapped and MSI/MSI-X interrupts (no PIC), for example, which has helped keep the codebase focused and easy to work on. The kernel compiles to about 100KiB on x86-64, with enough features to be able to support multitasking and device drivers in user space.As a hobby project, progress ebbs and flows with pressures of my day job etc, and the main branch has been quiet for the last few months. I have however been working on a USB stack as time allows, and hopefully will soon have at least basic HID support to allow me to take the next step and make Anos interactive.I don't know how useful projects like Anos are any more, given we now live in the age of AI coding, but it's a fun learning experience and helps keep me technically grounded, and I'll carry on with it for as long as those things remain true.

Developer Debate & Comments

miuele • Apr 9, 2026
Great project. I highly appreciate the docs, great resource for learning. I haven't read through them yet, but I'm curious what forces the minimum requirement of 256MiB RAM?
wamatt • Apr 7, 2026
Oh boy.. this is a perfect Show HN to wake up to :)With the wild pace of everything going on right now. I can’t be alone feeling it truly captures the hacker spirit. Echoes to early Lisp days, or maybe my high school side quest to learn Minix? Ie building from scratch and seeing what’s possible.Sadly most of us will never have the staying power (well definitely not myself) and yet you gave us a little window into your passion.Thank you for the inspiration. Especially the focus on compounding small wins and including us in your orbit. Long live Anos
jason1cho • Apr 7, 2026
I love the adjective "hand-written" and I'm gonna add it to my repositories.Although I don't practice vibe coding, I'v observed that the first principle of vibe coding is to never look at the generated code. (You learn the code from external metrics, such output correctness and memory usage)
rurban • Apr 7, 2026
> Anos is a modern, opinionated, non-POSIX operating system (just a hobby, won't be big and professional like GNU-Linux®) for x86_64 PCs and RISC-V machines.Love that Linus quip! Hopefully it will be. Non-POSIX sounds exciting
avadodin • Apr 7, 2026
Is this inspired by any particular micro-kernel design?Looking at syscalls.h, it looks like it abstracts the platform details, for example.Is SYSTEM for amd64 source-compatible with the riscv version?
rstat1 • Apr 7, 2026
In my opinion if you learned something from it, it was useful. Bonus points if others learn from it as well, but if not then as long as you did then it doesn’t matter. AI age or not.I’ve always found hobby OS projects like this interesting, and I hope there’s never a shortage of them in the future
AbraKdabra • Apr 7, 2026
> I don't know how useful projects like Anos are any moreI get pretty excited when project like Anos come out, I love Anos. Long live all Anos.
thomasjudge • Apr 7, 2026
The comment in the "high level overview" section - "(just a hobby, won't be big and professional like GNU-Linux®)" is an amusing reference
themafia • Apr 6, 2026
> I don't know how useful projects like Anos are any moreThey have the same utility they always have. They help you and the people you share it with learn. So it's exceedingly useful.> given we now live in the age of AI codingWe live in an age of AI overinvestment. I would reserve judgement until they prove they actually have something.
jonpalmisc • Apr 6, 2026
Going to take a guess the author is not a Spanish speaker :p

Frequently Asked Questions

Market intelligence mapped to Anos – a hand-written, ~100KiB microkernel for x86-64 and RISC-V..

How is Anos – a hand-written, ~100KiB microkernel for x86-64 and RISC-V. positioned in the market?
Based on our AI analysis of the original developer request, its primary technical positioning is: A minimalist, modern microkernel built from datasheets, supporting IPC, multitasking, and SMP, explicitly avoiding legacy features and largely eschewing AI-generated code for core kernel components.
What is the general sentiment around Anos – a hand-written, ~100KiB microkernel for x86-64 and RISC-V.?
Yes, we have tracked 7 direct responses and active debates regarding this specific topic originating from Hacker News.
Which technical concepts are associated with Anos – a hand-written, ~100KiB microkernel for x86-64 and RISC-V.?
Our proprietary extraction maps Anos – a hand-written, ~100KiB microkernel for x86-64 and RISC-V. to adjacent architectural concepts including microkernel, x86-64, RISC-V, IPC.

Engagement Signals

31
Upvotes
7
Comments

Cross-Market Term Frequency

Quantifies the cross-market adoption of foundational terms like IPC and real hardware by tracking occurrence frequency across active SaaS architectures and enterprise developer debates.