Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git] / arch / all-mingw32 / boot / AROSBootstrap.conf
blobb1e32475ec2e6a9f94b6c38d44cd67f32dc5481e
1 # Configuration file for Mingw32-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 boot\mingw32\aros-bsp-mingw32
11 module Devs\bootloader.resource
12 module Devs\FileSystem.resource
14 module Devs\console.device
15 module Devs\dosboot.resource
16 module Devs\gameport.device
17 module Devs\lddemon.resource
18 module Devs\input.device
19 module Devs\keyboard.device
21 module Devs\Drivers\graphics.hidd
22 module Devs\Drivers\hiddclass.hidd
23 module Devs\Drivers\keyboard.hidd
24 module Devs\Drivers\mouse.hidd
26 module Libs\aros.library
27 module Libs\debug.library
28 module Libs\dos.library
29 module Libs\graphics.library
30 module Libs\intuition.library
31 module Libs\keymap.library
32 module Libs\layers.library
33 module Libs\oop.library
34 module Libs\utility.library
36 module L\con-handler
37 module L\ram-handler