⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module rustc_bootstrap

Module rustc_bootstrap 

Source
Expand description

Rustc Bootstrap (Stage 0 -> Stage 1 -> Stage 2)

Bootstraps the Rust compiler natively on VeridianOS using a cross-compiled rustc (from Phase 6.5) as the seed compiler. Manages the multi-stage build process and config.toml generation.

Structs§

RustcBootstrapConfig
Rustc bootstrap configuration
RustdocConfig
Rustdoc generation configuration

Enums§

BootstrapStage
Bootstrap stages