C++ kernel · current release
JefeOS 1.1.2
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.1.2 is a focused user/kernel-boundary hotfix.
Verify this release
- SHA-256
b6efbf4ead7fb4a69a77f2ae2ad489c7509e0db54a3fc4c57cd6edb0fb2bc2df- Checksum
- jefeos-1.1.2.iso.sha256
- Release commit
18f99039d22d3a640fb00276900a7783ca02413b- Tag
v1.1.2· private source repository- Gate
- Jenkins App-Runs Gate #5 · GREEN
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.1.2.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.1.2.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.