freedos support

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-26 00:38:20 +01:00
parent 15abb5547f
commit b28fd807eb
6 changed files with 155 additions and 1 deletions

View file

@ -1158,6 +1158,12 @@ module = {
enable = i386_pc;
};
module = {
name = freedos;
i386_pc = loader/i386/pc/freedos.c;
enable = i386_pc;
};
module = {
name = multiboot2;
cppflags = "-DGRUB_USE_MULTIBOOT2";