~hamo/ubuntu/precise/grub2/grub2.hi_res

« back to all changes in this revision

Viewing changes to grub-core/Makefile.core.def

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-01-11 17:11:44 UTC
  • mfrom: (1.17.12 upstream)
  • mto: (17.3.43 sid)
  • mto: This revision was merged to the branch mainline in revision 100.
  • Revision ID: james.westby@ubuntu.com-20110111171144-c4c3hc0jslqa1bxe
Tags: 1.99~20110111-1
* New Bazaar snapshot.
  - Don't check amount of low memory, as reportedly INT 12h can be broken
    and if low memory is too low we wouldn't have gotten into
    grub_machine_init anyway (closes: #588293, LP: #513528).
  - Submenu default support (LP: #691878).
  - Fix optimisation-dependent grub-mklayout crash (closes: #609584).
* branch_butter.patch: Don't free an uninitialised pointer if /proc is
  unmounted (LP: #697493).
* Add a po/LINGUAS file listing the translations we've synced from the TP
  (closes: #609671).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1149
1149
module = {
1150
1150
  name = linux16;
1151
1151
  i386_pc = loader/i386/pc/linux.c;
 
1152
  i386_pc = lib/cmdline.c;
1152
1153
  enable = i386_pc;
1153
1154
};
1154
1155
 
1183
1184
  mips = loader/mips/linux.c;
1184
1185
  powerpc_ieee1275 = loader/powerpc/ieee1275/linux.c;
1185
1186
  sparc64_ieee1275 = loader/sparc64/ieee1275/linux.c;
 
1187
  common = lib/cmdline.c;
1186
1188
  enable = noemu;
1187
1189
};
1188
1190