use the override options if specified
[AROS.git] / arch / all-pc / boot / grub / README.AROS
blobe054003f100f52488ac69c4a3b0d974342bc8fde
1 This File Lists specific patches/changes made to support AROS.
3 Changes
4 -------
6 18/07/2006 - Disabled building of host support software because it causes
7              problems when cross compiling and is unused by AROS.
9 24/12/2005 - Merged SVN codebase with Grub 0.97 tree.  Replaced old setvbe patch with newer version.
10              (vbeset/vbematch - setvbe patch no longer functioned).
12 26/03/2004 - Merged CVS codebase with Grub 0.94 tree.
14 Support Files
15 -------------
17 stage2/disk_io.c
18         include affs support
20 stage2/filesys.h
21         include affs support
23 stage2/shared.h
24    added affs support
26 stage2/fsys_affs.c
27         Code implementing AFFS support for grub
29 stage2/Makefile.am
30         added various *fsys_affs* + -DFSYS_AFFS=1
32 stage2/boot.c
33 stage2/builtins.c
34 stage2/common.c
35         VBESET/MATCH patches to support setting VESA modes,
36         and passing info on them to the kernel
38 stage2/shared.h
39         include vbe + affs support
41 configure.in
42         added AFFS enable/disable support