mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2026-01-10 19:10:11 +00:00
This platform can be used for testing and easier debug of the bootloader. After compiling, the emulation can be started with this command line: qemu-system-aarch64 -machine virt -cpu cortex-a72 -nographic -m 512m -kernel uniLoader.o
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
# CONFIG_SIMPLE_FB is not set
|
|
CONFIG_UART_DEBUG=y
|
|
CONFIG_QEMU_SOC_VIRT=y
|
|
CONFIG_QEMU_BOARD_VIRT=y
|
|
CONFIG_TEXT_BASE=0x40000000
|
|
CONFIG_PAYLOAD_ENTRY=0x45000000
|
|
CONFIG_RAMDISK_ENTRY=0x50000000
|