revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-unix / boot / AROSBootstrap.conf
blobab2473d2bd290a8250635fbb3484224926fe5d85
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 Devs/bootloader.resource
19 module Devs/FileSystem.resource
21 module Devs/console.device
22 module Devs/dosboot.resource
23 module Devs/gameport.device
24 module Devs/lddemon.resource
25 module Devs/input.device
26 module Devs/keyboard.device
28 module Devs/Drivers/gfx.hidd
29 module Devs/Drivers/hiddclass.hidd
30 module Devs/Drivers/keyboard.hidd
31 module Devs/Drivers/mouse.hidd
33 module Libs/aros.library
34 module Libs/debug.library
35 module Libs/dos.library
36 module Libs/graphics.library
37 module Libs/intuition.library
38 module Libs/keymap.library
39 module Libs/layers.library
40 module Libs/oop.library
41 module Libs/utility.library
43 module L/con-handler
44 module L/ram-handler