os/config.toml

20 lines
223 B
TOML
Raw Normal View History

2023-03-24 08:09:51 -05:00
symbol_tables = ["kernel/kernel.elf"]
2022-11-11 22:14:55 -06:00
[[cards]]
type = "rom"
image = "rom.bin"
[[cards]]
type = "term"
[[cards]]
type = "ram"
2023-03-24 08:09:51 -05:00
size = 16777216 # 16 MiB
2022-11-11 22:14:55 -06:00
[[cards]]
type = "storage"
image = "os.dsk"
2023-03-24 08:09:51 -05:00
[[cards]]
type = "mmu"