Web Kernel
The first name. A minimal kernel proving the idea could work in a browser. No hardware target yet.
Web kernels live on the CDN — one script tag each. Hardware kernel images are on GitHub. Copy, paste, flash, and go.
onReady().
Exposes both WebOSKernel and the unified
WebNux namespace.
cloud.send()
and cloud.subscribe().
dev:console, dev:inspector,
util:calc, util:notes.
| Image file | Architecture | Boot method | Size |
|---|---|---|---|
| BOOTX64.EFI | x86_64 | UEFI · BIOS (via bootloader) | 88 KB |
| BOOTIA32.EFI | x86 (32-bit) | UEFI 32-bit | ~80 KB |
| BOOTAA64.EFI | ARM64 / AArch64 | UEFI · U-Boot | ~90 KB |
| kernel.img | ARM32 / Android | U-Boot · fastboot | 78 KB |
| kernel-riscv64.img | RISC-V 64 | U-Boot · OpenSBI | ~10 MB |
| kernel-riscv32.img | RISC-V 32 | U-Boot · OpenSBI | 10.75 MB |
| kernel-mips64.img | MIPS 64 | U-Boot · YAMON | ~10 MB |
| kernel-mips32.img | MIPS 32 | U-Boot · YAMON | 10.79 MB |
| kernel-ppc64.img | PowerPC 64 | U-Boot · GRUB | ~10 MB |
| kernel-ppc32.img | PowerPC 32 | U-Boot · GRUB | 10.77 MB |
| kernel-c-wasm.js | WebAssembly | Browser CDN | 1.32 MB |
arm-linux-gnueabihf-gcc. Outputs kernel.img flashable via U-Boot or fastboot on Android devices with an unlocked bootloader.mipsel-linux-gnu-gcc or mips-linux-gnu-gcc for big-endian targets. Outputs kernel-mips32.img.riscv32-unknown-elf-gcc. Outputs kernel-riscv32.img loadable via OpenSBI + U-Boot.powerpc-linux-gnu-gcc. Outputs kernel-ppc32.img, bootable via U-Boot or GRUB on PowerPC hardware.WebNux unified API introduced. AppStore, Cloud, and 5 kernel modes launched. Web-only at this stage.