Detect
Deadlines, integrity checks and supervised services make failures visible instead of silent.
Bounded · fail-closed · observable
REIST-OS is a compact x86 research operating system. Its working i386 system detects faults, contains damage and validates bounded recovery; a separate x86_64 bootstrap now proves the migration foundations through generation-scoped FIFO scheduling.
[boot] kernel CRC32 verified
[storage] AHCI controller ready
BOOT_OK
RESOURCE_QUARANTINED 0
media identity verified
undo journal recovered
storage fence released
RESOURCE_REINTEGRATED_RW 0
C:\>_
Engineering principles
Every critical path is designed around explicit bounds, protected state and evidence-driven recovery.
Deadlines, integrity checks and supervised services make failures visible instead of silent.
Ring-3 domains, generation-scoped handles and output fences limit the authority of failed components.
Transactional storage and bounded restart paths restore a known state without blind retries.
Fresh reads, identity checks, CRCs and self-tests verify the result before capability is restored.
Read/write access returns only after every required recovery gate has passed.
Build IDs, failure context and bounded panic records turn hardware tests into actionable evidence.
System architecture
Storage lifecycle
The current Ring-3 toolset covers empty-disk setup, bounded administration and rescue execution while the kernel retains authority over every state transition.
fdisk creates aligned MBR partitions on empty disks. format provides verified REIST FAT32 quick format and a bounded full scan that blacklists defective data clusters.
devctl, mount and umount expose explicit down/up and filesystem lifecycle operations with protected root resources, deadlines and media requalification.
Integrity-checked rescue tools remain executable after root-storage loss. System programs use a lowercase /bin, /sbin and /libexec/reist hierarchy, while the shell provides command history with cursor navigation.
Verified project status
REIST boots through its own BIOS/MBR path, runs isolated userspace programs and supervised GUI, audio and storage components, provides an in-memory kernel log through dmesg, and has completed bounded SATA recovery on real hardware. The desktop starts only on an explicit shell command so boot diagnostics remain visible.
Research scope: REIST-OS is not certified and does not claim general fail-operational or safety-critical suitability.
dmesg diagnostics confirmed on hardwareAI transparency
REIST-OS is developed with agentic AI assistance to automate as much implementation, testing, documentation and repetitive verification as responsibly possible. This use is disclosed so the origin and review path of project changes remain clear.
AI does not develop REIST-OS without control.
Captured from QEMU
These are accepted captures from real REIST-OS guest runs, not mock-ups. They document the production i386 path; the newer x86_64 work is intentionally represented by test evidence rather than a synthetic desktop image.






SYSINFO identifies the current i386 Ring-3 system; x86_64 remains a separately gated bootstrap.

Build and run
The Windows build produces a raw BIOS disk, a floppy image and a ready-to-run VMware package.
.\scripts\build-windows.ps1 -Target real_hw
Output: build\reist-os.img
REIST-OS
The source, tests, architecture contracts and executable roadmap are available together.