#
230f7c7f |
| 30-Nov-2023 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[HALX86] Some improvements / bugfixes for IPI support functions
|
#
40b6b1da |
| 26-Nov-2023 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[HAL] Implement IPI support functions
|
#
516ccad3 |
| 19-Nov-2023 |
Justin Miller <justin.miller@reactos.org> |
[NTOS:KE][HALX86] Implement AP startup code (#5879)
Co-authored-by: Victor Perevertkin <victor.perevertkin@reactos.org>
Introduce the initial changes needed to get other processors up and into ke
[NTOS:KE][HALX86] Implement AP startup code (#5879)
Co-authored-by: Victor Perevertkin <victor.perevertkin@reactos.org>
Introduce the initial changes needed to get other processors up and into kernel mode.
This only supports x86 as of now but is the first real step towards using other system processors.
show more ...
|
Revision tags: 0.4.14-release |
|
#
16e988d1 |
| 22-Jun-2021 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[HAL:APIC] Improve code
- Use an enum for the APIC registers - Add support routine for SMP.
|