Plan9 support
This commit is contained in:
parent
b070525d03
commit
70e8145a7b
2 changed files with 226 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue