//! Runtime execution modules for QEMU, TFTP, and U-Boot.
//!
//! This module contains implementations for running operating systems
//! in various environments:
//!
//! - [`qemu`] - Running in QEMU emulator with UEFI support
//! - [`tftp`] - TFTP server for network booting
//! - [`uboot`] - U-Boot bootloader integration via serial/YMODEM
/// QEMU emulator runner with UEFI/OVMF support.
/// TFTP server for network booting.
pub
/// U-Boot bootloader integration.
/// Shared byte-stream matcher for runtime output detection.
pub use ;
/// OVMF prebuilt firmware downloader (internal).
/// Shared shell auto-init matcher and delayed command sender.
pub