Репозиторий помещен в архив 03 апреля 2026. Вся функциональность доступна только для чтения.
master
[HALACPI] Initialize HalpPicVectorRedirect with the full 0-15 array This probably seems a little silly that I'm making a change to an array we don't really use but because of this little bug ACPI was getting reported as 0xA which is incorrect! As we call IoConnectInterrupt with 0x9 later. This makes sure that the IRQ from FADT is correct.
[HALX86/APIC] Change IRQL for x86 profile interrupt to HIGH_LEVEL
[HALX86] Use correct HalpComPortIrqMapping values in PC98
[BOOT][HAL] Fix BCD conversion macros (#8574)
[HALX86] Update the PCI hardware IDs database.
[MINIHAL] Minor improvements (#7398)
[REACTOS] Fix typos (#6198)
[NTOS:KE][HALX86] Implement AP startup code (#5879)
[NTOS:EX/KE][HALX86] Add support for NUMPROC, BOOTPROC, MAXPROC, ONECPU boot switches (#6024)
[HAL][MINIHAL] Minor cleanup in reboot.c files (#5359)
[NTOS][NTDLL][UCRTBASE] Use new setjmp/longjmp
[HALX86:ACPI] Use the correct PCH file for compilation.
[HALX86] Move apicsmp.c to lib_hal_smp
[SDK][HAL] Enable x86Bios on x86 (#5454)
[HALX86] Add function prototypes needed for parsing ACPI MADT table
[REACTOS] Addendum to 5c7ce44 - Fix MSVC 2015 build
[HALX86] Rearrange files in x86 HAL