wip prep commit in lieu of gfx subsystem update changes.
[AROS.git] / arch / all-unix / boot / AROSBootstrap_android.conf
blob0ce190ca1956b9194ce23016fa06e6e546b3998a
1 # Configuration file for hosted AROS bootstrap
2 # Supported keywords:
3 # module <name>      - Add a named file to the kernel
4 # memory <size>      - Allocate <size> MB of RAM for AROS
5 # logfile <pathname> - Redirect AROS debug log to the specified file
6 # arguments <line>   - Specify kickstart command line arguments
8 # Part containing startup code must be the first one in this list
9 module @arch@/kernel
10 module @arch@/Devs/hostlib.resource
11 module @arch@/Devs/Drivers/unixio.hidd
12 module @arch@/L/emul-handler
13 module @arch@/Libs/expansion.library
14 module @arch@/Devs/processor.resource
15 module @arch@/Devs/battclock.resource
16 module @arch@/Devs/timer.device
18 module @arch@/Devs/Drivers/androidgfx.hidd
20 module Devs/bootloader.resource
21 module Devs/FileSystem.resource
23 module Devs/console.device
24 module Devs/dosboot.resource
25 module Devs/gameport.device
26 module Devs/lddemon.resource
27 module Devs/input.device
28 module Devs/keyboard.device
30 module Devs/Drivers/gfx.hidd
31 module Devs/Drivers/hiddclass.hidd
32 module Devs/Drivers/keyboard.hidd
33 module Devs/Drivers/mouse.hidd
35 module Libs/aros.library
36 module Libs/debug.library
37 module Libs/dos.library
38 module Libs/graphics.library
39 module Libs/intuition.library
40 module Libs/keymap.library
41 module Libs/layers.library
42 module Libs/oop.library
43 module Libs/utility.library
45 module L/con-handler
46 module L/ram-handler