15 lines
161 B
TOML
15 lines
161 B
TOML
[[cards]]
|
|
type = "rom"
|
|
image = "rom.bin"
|
|
|
|
[[cards]]
|
|
type = "term"
|
|
|
|
[[cards]]
|
|
type = "ram"
|
|
num_pages = 128 # 512 KiB
|
|
|
|
[[cards]]
|
|
type = "storage"
|
|
image = "os.dsk"
|