Implement Truecrypt ISO loader.
This commit is contained in:
parent
e14d409b6f
commit
3086175489
5 changed files with 296 additions and 3 deletions
|
@ -1623,6 +1623,14 @@ module = {
|
|||
enable = i386_pc;
|
||||
};
|
||||
|
||||
|
||||
module = {
|
||||
name = truecrypt;
|
||||
i386_pc = loader/i386/pc/truecrypt.c;
|
||||
enable = i386_pc;
|
||||
};
|
||||
|
||||
|
||||
module = {
|
||||
name = freedos;
|
||||
i386_pc = loader/i386/pc/freedos.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue