-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmenu.lst.armv8_rpi3
36 lines (29 loc) · 951 Bytes
/
menu.lst.armv8_rpi3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# 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_a53_rpi3
module /armv8/sbin/init
# Domains spawned by init
module /armv8/sbin/mem_serv
module /armv8/sbin/monitor
# Special boot time domains spawned by monitor
module /armv8/sbin/ramfsd boot
module /armv8/sbin/skb boot
module /armv8/sbin/kaluga boot
module /armv8/sbin/spawnd boot
module /armv8/sbin/proc_mgmt boot
module /armv8/sbin/startd boot
module /armv8/sbin/acpi boot
# ramfs contents
modulenounzip /eclipseclp_ramfs.cpio.gz nospawn
modulenounzip /skb_ramfs.cpio.gz nospawn
# Drivers
module /armv8/sbin/corectrl auto
module /armv8/sbin/pci auto
# General user domains
#module /armv8/sbin/serial_tmas auto portbase=2
#module /armv8/sbin/fish nospawn
#module /armv8/sbin/angler serial0.terminal xterm
# End of file, this needs to have a certain length...