os/config.toml
2024-03-19 09:32:13 -05:00

28 lines
364 B
TOML

symbol_tables = ["build/kernel/kernel", "build/init/init"]
[[cards]]
type = "rom"
image = "build/rom/rom.bin"
[[cards]]
type = "term"
[[cards]]
type = "ram"
size = 0x200_0000 # 32 MiB
[[cards]]
type = "ram"
size = 0x400_0000 # 64 MiB
[[cards]]
type = "ram"
size = 0x100_0000 # 16 MiB
[[cards]]
type = "storage"
image = "build/os.dsk"
[[cards]]
type = "mmu"