cleanup debug
[AROS.git] / arch / all-unix / boot / AROSBootstrap.conf
blobb08e366ba8464291307a02527fd278b0c1626bb1
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/linuxfb.hidd
19 module @arch@/Devs/Drivers/linuxinput.hidd
20 module @arch@/Devs/Drivers/x11gfx.hidd
22 module Devs/bootloader.resource
23 module Devs/FileSystem.resource
25 module Devs/console.device
26 module Devs/dosboot.resource
27 module Devs/gameport.device
28 module Devs/lddemon.resource
29 module Devs/input.device
30 module Devs/keyboard.device
32 module Devs/Drivers/graphics.hidd
33 module Devs/Drivers/hiddclass.hidd
34 module Devs/Drivers/keyboard.hidd
35 module Devs/Drivers/mouse.hidd
37 module Libs/aros.library
38 module Libs/debug.library
39 module Libs/dos.library
40 module Libs/graphics.library
41 module Libs/intuition.library
42 module Libs/keymap.library
43 module Libs/layers.library
44 module Libs/oop.library
45 module Libs/utility.library
47 module L/con-handler
48 module L/ram-handler