grub: extract list of loaded modules to single place
[AROS.git] / arch / i386-pc / boot / grub / menu.lst.DH0
blob547d18cdb1d835d16ea3d17b3ea6bbd7f68586f6
1 timeout 5
2 default 3
4 title AROS (native graphics)
5     multiboot /dh0/boot/pc/bootstrap.gz ATA=32bit
6 @modules.default@
8 title AROS (true colour VESA graphics)
9     multiboot /dh0/boot/pc/bootstrap.gz vesa=32bit ATA=32bit nomonitors
10 @modules.default@
11         
12 title AROS (high colour VESA graphics)
13     multiboot /dh0/boot/pc/bootstrap.gz vesa=16bit ATA=32bit nomonitors
14 @modules.default@
16 title AROS (true colour VESA graphics, legacy drivers)
17     multiboot /dh0/boot/pc/bootstrap.gz vesa=32bit ATA=32bit nomonitors
18 @modules.default@
19     module /dh0/boot/pc/aros-legacy.pkg.gz
21 title AROS (true colour VESA graphics: 1024x768)
22     multiboot /dh0/boot/pc/bootstrap.gz vesa=1024x768 ATA=32bit nomonitors
23 @modules.default@
25 title AROS (true colour VESA graphics: 1280x1024)
26     multiboot /dh0/boot/pc/bootstrap.gz vesa=1280x1024 ATA=32bit nomonitors
27 @modules.default@
29 title AROS (VGA graphics, safe mode)
30     multiboot /dh0/boot/pc/bootstrap.gz ATA=nodma debug=memory nomonitors
31 @modules.default@