16 lines
497 B
Plaintext
16 lines
497 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 echoclient
|
|
# module /armv8/sbin/memeater
|
|
module /armv8/sbin/mallocator
|
|
module /armv8/sbin/stackoverflow
|
|
module /armv8/sbin/echoserver
|
|
module /armv8/sbin/shelly
|
|
|
|
# End of file, this needs to have a certain length...
|