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

build_port

Function build_port 

Source
pub fn build_port(
    port: &Port,
    env: &mut BuildEnvironment,
) -> Result<(), KernelError>
Expand description

Build a port inside the given environment.

This is the kernel-side orchestration framework. Actual compilation takes place in user-space processes; the kernel validates checksums, sets up the build environment, and sequences the build steps.