Implement new command cmosdump.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-02-24 19:44:17 +01:00
parent b5ea6ce03a
commit d55ffb0249
7 changed files with 100 additions and 4 deletions

View file

@ -509,6 +509,12 @@ module = {
enable = cmos;
};
module = {
name = cmosdump;
common = commands/i386/cmosdump.c;
enable = cmos;
};
module = {
name = iorw;
common = commands/iorw.c;