IO/config: Difference between revisions
From TUDOS-Wiki
Jump to navigationJump to search
Created page with " * HPET in QEmu HPET => new Device() { .hid = "PNP0103"; new-res Mmio(0xfed00000 .. 0xfedfffff, 0xc000); new-res Irq(3, 0); }" |
No edit summary |
||
Line 1: | Line 1: | ||
The following shall list configurations for IO that are not so common and are thus not listed in the default configuration. | |||
* HPET in QEmu | * HPET in QEmu |
Revision as of 16:33, 19 June 2011
The following shall list configurations for IO that are not so common and are thus not listed in the default configuration.
- HPET in QEmu
HPET => new Device() { .hid = "PNP0103"; new-res Mmio(0xfed00000 .. 0xfedfffff, 0xc000); new-res Irq(3, 0); }