freedos support
This commit is contained in:
parent
15abb5547f
commit
b28fd807eb
6 changed files with 155 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue