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

@ -24,5 +24,7 @@
#define GRUB_CMOS_ADDR_REG 0x70
#define GRUB_CMOS_DATA_REG 0x71
#define GRUB_CMOS_ADDR_REG_HI 0x72
#define GRUB_CMOS_DATA_REG_HI 0x73
#endif /* GRUB_CPU_CMOS_H */