Implement new command cmosdump.
This commit is contained in:
parent
b5ea6ce03a
commit
d55ffb0249
7 changed files with 100 additions and 4 deletions
|
@ -509,6 +509,12 @@ module = {
|
|||
enable = cmos;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = cmosdump;
|
||||
common = commands/i386/cmosdump.c;
|
||||
enable = cmos;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = iorw;
|
||||
common = commands/iorw.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue