1[cpu]
2core = cortex-a8
3
4# the rom file is loaded at address 0x0
5[rom]
6file = lk.bin
7
8[system]
9display = yes
10console = yes
11network = no
12block = yes
13
14[network]
15device = /dev/tap0
16
17[block]
18file = ../blk.bin
19
20[display]
21width = 800
22height = 600
23depth = 32
24