IO/config

From TUDOS-Wiki
Revision as of 17:31, 19 June 2011 by Adam (talk | contribs) (Created page with " * HPET in QEmu HPET => new Device() { .hid = "PNP0103"; new-res Mmio(0xfed00000 .. 0xfedfffff, 0xc000); new-res Irq(3, 0); }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • HPET in QEmu
HPET => new Device()
{
  .hid = "PNP0103";
  new-res Mmio(0xfed00000 .. 0xfedfffff, 0xc000);
  new-res Irq(3, 0);
}