From 326118bf70ef252374d2bbed427aec62b7f155ee Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 14 Mar 2014 11:13:29 +0000 Subject: [PATCH] Updated modules and options. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48847 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/i386-pc/boot/floppy/menu.lst | 63 +++++++++++++++++++++++---------------- 1 file changed, 37 insertions(+), 26 deletions(-) rewrite arch/i386-pc/boot/floppy/menu.lst (76%) diff --git a/arch/i386-pc/boot/floppy/menu.lst b/arch/i386-pc/boot/floppy/menu.lst dissimilarity index 76% index c676081afd..987b18571c 100644 --- a/arch/i386-pc/boot/floppy/menu.lst +++ b/arch/i386-pc/boot/floppy/menu.lst @@ -1,26 +1,37 @@ -timeout 5 -default 4 - -title AROS (ATI graphics) - kernel /boot/aros-pc-i386.gz gfx=RadeonDriver lib=DRIVERS:radeon.hidd ATA=32bit - -title AROS (VMWare SVGA graphics) - kernel /boot/aros-pc-i386.gz gfx=hidd.gfx.vmwaresvga lib=vmwaresvga.hidd ATA=32bit - -title AROS (true colour VESA graphics) - kernel /boot/aros-pc-i386.gz vesa=32bit ATA=32bit - -title AROS (high colour VESA graphics) - kernel /boot/aros-pc-i386.gz vesa=16bit ATA=32bit - -title AROS (true colour VESA graphics: 800x600) - kernel /boot/aros-pc-i386.gz vesa=800x600 ATA=32bit - -title AROS (true colour VESA graphics: 1024x768) - kernel /boot/aros-pc-i386.gz vesa=1024x768 ATA=32bit - -title AROS (true colour VESA graphics: 1280x1024) - kernel /boot/aros-pc-i386.gz vesa=1280x1024 ATA=32bit - -title AROS (safe mode) - kernel /boot/aros-pc-i386.gz ATA=nodma debug=memory +timeout 5 +default 3 + +title AROS (native graphics) + kernel @module.bootstrap@ ATA=32bit +@modules.default@ + module /boot/pc/aros-legacy.pkg.gz + +title AROS (true colour VESA graphics) + kernel @module.bootstrap@ vesa=32bit ATA=32bit nomonitors +@modules.default@ + module /boot/pc/aros-legacy.pkg.gz + +title AROS (high colour VESA graphics) + kernel @module.bootstrap@ vesa=16bit ATA=32bit nomonitors +@modules.default@ + module /boot/pc/aros-legacy.pkg.gz + +title AROS (true colour VESA graphics, legacy drivers) + kernel @module.bootstrap@ vesa=32bit ATA=32bit nomonitors +@modules.default@ + module /boot/pc/aros-legacy.pkg.gz + +title AROS (true colour VESA graphics: 1024x768) + kernel @module.bootstrap@ vesa=1024x768 ATA=32bit nomonitors +@modules.default@ + module /boot/pc/aros-legacy.pkg.gz + +title AROS (true colour VESA graphics: 1280x1024) + kernel @module.bootstrap@ vesa=1280x1024 ATA=32bit nomonitors +@modules.default@ + module /boot/pc/aros-legacy.pkg.gz + +title AROS (VGA graphics, safe mode) + kernel @module.bootstrap@ ATA=nodma debug=memory nomonitors +@modules.default@ + module /boot/pc/aros-legacy.pkg.gz -- 2.11.4.GIT