mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-13 16:40:16 +00:00
![Artyom Tarasenko](/assets/img/avatar_default.png)
use empty_slot device for the RAM which is not installed Models without ECC don't trap when missing ram is accessed. v0->v1 compile only once and fix indentation Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
11 lines
168 B
Makefile
11 lines
168 B
Makefile
# Default configuration for sparc-softmmu
|
|
|
|
CONFIG_ECC=y
|
|
CONFIG_ESP=y
|
|
CONFIG_ESCC=y
|
|
CONFIG_M48T59=y
|
|
CONFIG_PTIMER=y
|
|
CONFIG_FDC=y
|
|
CONFIG_VIRTIO_PCI=y
|
|
CONFIG_EMPTY_SLOT=y
|