Cosmos/source/Cosmos/Cosmos.Hardware/Audio
sschocke_cp dc6455ed5b Simple reboot of PC implemented in CPU class - Non ACPI
Redesigned Interrupt Handling so there are no fixed InterruptHandler delegates, but rather a method of assigning an interrupt handler to any IRQ number. This was needed because when booting on different hardware (actual hardware), the IRQ's assigned by ACPI to the PCI cards are not fixed. So for instance, the RTL8139 card got an IRQ12, whereas under QEMU it was IRQ11.
Updated all network drivers as well as the ES1370 and Keyboard drivers to use the new IRQ Handling methods.
Updated all network drivers to send out minimum 64 byte ethernet packets as smaller than this is not accepted by most network cards
2009-04-11 05:58:48 +00:00
..
Devices Simple reboot of PC implemented in CPU class - Non ACPI 2009-04-11 05:58:48 +00:00
PCMStream.cs Various audio advanced (now I'm stopping on it because I need float) 2008-08-09 13:01:08 +00:00