try to make sure compiler/include/mmakefile is always refreshed correctly.
[AROS.git] / arch / x86_64-pc / boot / grub / menu.lst
blobb052f7036ee91fdc6793f5e602a5a7fe2d972b1e
1 timeout 5
2 default 9
4 title AROS64 with native Gfx
5     kernel @module.bootstrap@ ATA=32bit
6 @modules.default@
8 title AROS64 with VESA Gfx @ 640x480-8bpp
9     kernel @module.bootstrap@ vesa=640x480x8 ATA=32bit nomonitors
10 @modules.default@
12 title AROS64 with VESA Gfx @ 800x600-8bpp
13     kernel @module.bootstrap@ vesa=800x600x8 ATA=32bit nomonitors
14 @modules.default@
16 title AROS64 with VESA Gfx @ 1024x768-8bpp
17     kernel @module.bootstrap@ vesa=1024x768x8 ATA=32bit nomonitors
18 @modules.default@
20 title AROS64 with VESA Gfx @ 1280x1024-8bpp
21     kernel @module.bootstrap@ vesa=1280x1024x8 ATA=32bit nomonitors
22 @modules.default@
24 title AROS64 with VESA Gfx @ 640x480-16bpp
25     kernel @module.bootstrap@ vesa=640x480x16 ATA=32bit nomonitors
26 @modules.default@
28 title AROS64 with VESA Gfx @ 800x600-16bpp
29     kernel @module.bootstrap@ vesa=800x600x16 ATA=32bit nomonitors
30 @modules.default@
32 title AROS64 with VESA Gfx @ 1024x768-16bpp
33     kernel @module.bootstrap@ vesa=1024x768x16 ATA=32bit nomonitors
34 @modules.default@
36 title AROS64 with VESA Gfx @ 1280x1024-16bpp
37     kernel @module.bootstrap@ vesa=1280x1024x16 ATA=32bit nomonitors
38 @modules.default@
40 title AROS64 with VESA Gfx @ 640x480-32bpp
41     kernel @module.bootstrap@ vesa=640x480x32 ATA=32bit nomonitors
42 @modules.default@
44 title AROS64 with VESA Gfx @ 800x600-32bpp
45     kernel @module.bootstrap@ vesa=800x600x32 ATA=32bit nomonitors
46 @modules.default@
48 title AROS64 with VESA Gfx @ 1024x768-32bpp
49     kernel @module.bootstrap@ vesa=1024x768x32 ATA=32bit nomonitors
50 @modules.default@
52 title AROS64 with VESA Gfx @ 1280x1024-32bpp
53     kernel @module.bootstrap@ vesa=1280x1024x32 ATA=32bit nomonitors
54 @modules.default@
56 title AROS64 with VESA Gfx @ 32bpp and legacy drivers)
57     kernel @module.bootstrap@ vesa=32bit ATA=32bit nomonitors
58 @modules.default@
59     module /boot/pc/aros-legacy.pkg.gz
61 title AROS64 with VGA @ 640x480-4bpp
62     kernel @module.bootstrap@ ATA=32bit nomonitors
63 @modules.default@
65 title AROS64 with VGA @ 640x480-4bpp (slow ATA)
66     kernel @module.bootstrap@ ATA=nodma nomonitors
67 @modules.default@