Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ rom.rs
File
rom.rs
crates/virtual-machine/src/memory/rom.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
//! Read-Only Memory - holds boot code and fixed firmware.
2
//! Mapped at the bottom of the address space (`0x0000_0000` .. `0x0FFF_FFFF`).
3
4
use crate::error::VmError;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected