Implement APM
This commit is contained in:
parent
e31bb61911
commit
890c9fa5f2
10 changed files with 257 additions and 5 deletions
|
@ -1433,3 +1433,9 @@ module = {
|
|||
name = testload;
|
||||
common = commands/testload.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = lsapm;
|
||||
common = commands/i386/pc/lsapm.c;
|
||||
enable = i386_pc;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue