Plan9 support

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-19 16:10:26 +01:00
parent b070525d03
commit 70e8145a7b
2 changed files with 226 additions and 0 deletions

View file

@ -1146,6 +1146,13 @@ module = {
enable = x86;
};
module = {
name = plan9;
i386_pc = loader/i386/pc/plan9.c;
enable = i386_pc;
};
module = {
name = linux16;
i386_pc = loader/i386/pc/linux.c;