C++ kernel · current release
JefeOS 1.2.0
The current C++ release includes a shell, experimental framebuffer desktop, network stack, SSH, NTFS read/write, and a WSL1-style Linux ABI layer. Version 1.2.0 is the diagnostic-accuracy release: hardened signal path, safer NTFS index writes, POSIX modes, and a release manifest bound to an independent clean build.
Verify this release
- SHA-256
7ef530b682c7a6b7b2d1a8dcb6b09431d186717159e43522ac06cc8be4ce899b- Checksum
- jefeos-1.2.0.iso.sha256
- Release commit
4197d8d939659e11ee67c523d360ff886355f1de- Tag
v1.2.0· private source repository- Gate
- jefeos-1.2 release manifest · clean build, QEMU boot, Tier-1 22/22 + signed-boot join, fault-injection 5/5 · PASS
Boot it in a VM
The ISO runs live; there is no installer. Use QEMU, Hyper-V Generation 1, or VirtualBox.
qemu-system-x86_64 -cdrom jefeos-1.2.0.iso -m 512
At the shell, try help or version.
Get the examples disk
The optional VHD provides an NTFS root filesystem, native programs under /programs, and test fixtures.
Download examples archive · 1.9 MB ZIP →
- SHA-256
3f289e2a64bf4d72d8483e069f542cf1fdb6eddc24d87f2237a44564e1d3e8ae- Build guide
- Build programs for JefeOS
qemu-system-x86_64 -cdrom jefeos-1.2.0.iso -drive file=jefeos-examples.vhd,format=raw,if=ide -m 512
For Hyper-V, extract the VHD, attach it at IDE 0:0, and add a Legacy Network Adapter if you want networking.