Android 9 interactive in a browser – no root, no VM, no KVM, no QEMU
Full Android 9 in a browser tab without KVM or QEMU is genuinely wild.
x86-64 operating system kernel
Readable x86-64 kernel in C++20 that actually boots on Google Cloud KVM instances.
OS and kernel developers, systems programming learners, hobbyists wanting readable alternatives to Linux kernel study
OSDev.org resources · Minix · Redox
I want to share nos, a hobby x86-64 OS kernel I’ve been working on.
I started this mainly because I wanted to learn kernel development properly, and studying the Linux kernel feels pretty overwhelming these days. It’s huge, highly optimized, and hard to follow end-to-end. So I decided to build something smaller but still realistic.
nos is written in C++20 + NASM and currently has:
SMP + preemptive scheduler for kernel tasks (no user-mode yet)
virtual memory (4-level paging, high-half kernel)
interrupts + basic ACPI
PCI scan/probing + virtio drivers (blk + scsi + net + rng)
IPv4/TCP, DHCP, DNS, UDP, ARP, ICMP, simple HTTP client
small filesystem + shell (including remote)
timekeeping (pit, tsc, kvm clock, rtc)
It runs in QEMU/KVM — and also boots on real cloud VMs (I’ve tested it on Google Cloud using KVM-based instances e2-medium).
This is mostly a learning project, but I tried to keep the design clean and readable while still being close to how real systems work. I’d really appreciate any feedback, especially on scheduler design, memory management, or networking.
Repo: https://github.com/irqlevel/nos
Thanks for reading.
Full Android 9 in a browser tab without KVM or QEMU is genuinely wild.
Dual-architecture microkernel that boots on real hardware with zero AI in the kernel.
MicroPython port is the standout feature in this otherwise standard hobby OS.
PSHUFB nibble trick beats GCC's lookup table by 4.8–6.3x on base64; reproducible fuzz methodology.
Genetic algorithm evolves x86 kernels; runs 80B MoE on single GPU with CPU offload.
Beautiful Post-it simulator, but no differentiation from existing local note apps.