aos/hake/menu.lst.armv8_a57_qemu
Jan Schär 691c295cf9 Implement spawn over URPC
It doesn't work yet because bootinfo is missing on core 1.
2022-04-28 11:25:04 +02:00

14 lines
441 B
Plaintext

#
# This script is used to describe the commands to start at
# boot-time and the arguments they should receive.
#
bootdriver /armv8/sbin/boot_armv8_generic
cpudriver /armv8/sbin/cpu_a57_qemu loglevel=3 serial=0x9000000 logmask=128
module /armv8/sbin/init
module /armv8/sbin/hello spawn_remote
module /armv8/sbin/memeater
module /armv8/sbin/mallocator
module /armv8/sbin/stackoverflow
# End of file, this needs to have a certain length...