- 21 Apr, 2020 1 commit
-
-
Jeremy Soller authored
-
- 20 Apr, 2020 4 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 19 Apr, 2020 16 commits
-
-
Jeremy Soller authored
Multi core See merge request redox-os/kernel!118
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
Support the I/O APIC alongside the 8259 PIC See merge request redox-os/kernel!117
-
4lDO2 authored
since this would require pcid to know the _PRT (PCI routing table) to use and map the interrupt pins to the correct IRQs. xhcid is unaffected by this though, since it uses MSI-X. All ACPI handling will be done in userspace before the infrastructure necessary would make sense (I don't think adding serde to the kernel would be optimal, and how else would all of the ACPI namespace be parsed?).
-
4lDO2 authored
-
4lDO2 authored
and fix a typo that prevented multiple tables from being listed correctly.
-
4lDO2 authored
which tells the firmware that the I/O APIC is used rather than the 8259 PIC.
-
4lDO2 authored
-
4lDO2 authored
-
4lDO2 authored
-
- 18 Apr, 2020 6 commits
- 11 Apr, 2020 2 commits
-
-
Jeremy Soller authored
Replace Arc<Box<dyn Scheme>> with Arc<dyn Scheme>. See merge request redox-os/kernel!116
-
4lDO2 authored
-
- 04 Apr, 2020 2 commits
-
-
Jeremy Soller authored
Extend the IRQ scheme to allow allocation of all available interrupt vectors. See merge request redox-os/kernel!115
-
4lDO2 authored
-
- 28 Mar, 2020 7 commits
- 06 Mar, 2020 2 commits
-
-
Jeremy Soller authored
Fix warnings See merge request redox-os/kernel!114
-
Skallwar authored
-