Files
DSA/dsa-emu/config/dsa.boot.ron
T
2026-03-03 10:26:19 +00:00

8 lines
177 B
Plaintext

LoadConfig(
// defined as the bootloader in dsa.mmap.ron
start_address: 0x1000,
// maximum allowed bootloader size (as to not overlap MMIO)
max_size: 0x4000,
)