11 lines
344 B
Plaintext
11 lines
344 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 gicdist=0x8000000 gic=0x8010000
|
|
stack 131072
|
|
module /armv8/sbin/init
|
|
|
|
# End of file, this needs to have a certain length...
|