MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / start_boot

Method start_boot

src/machine_window.rs:168–230  ·  view source on GitHub ↗

Begin an incremental boot. The VM is ticked each frame via `ui()`. `max_steps` is the step budget (from settings) before the boot times out.

(
        &mut self,
        assembled: &AssembledOutput,
        user_binary: Option<&AssembledOutput>,
        fs_image: Option<&[u8]>,
        max_steps: u64,
        autorun_command: Option<&str>,

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

uiMethod · 0.80

Calls 3

write_ramMethod · 0.80
to_flat_binaryMethod · 0.80
symbol_addressMethod · 0.80

Tested by

no test coverage detected