Dmitry Borisov
18ae48ce51
[HALX86] Move PC/AT hardware definitions to a separate file ( #2406 )
...
This makes it easier for other ports.
2020-03-06 19:54:16 +01:00
disean
e5c0052466
[HAL][FREELDR] Fix system timer oscillator frequency on a Xbox ( #2245 )
...
See https://xboxdevwiki.net/Porting_an_Operating_System_to_the_Xbox_HOWTO#Timer_Frequency
2020-01-14 18:47:36 +01:00
Timo Kreuzer
9ab3246d43
[HAL] Implement amd64 BIOS call support
...
The code uses FAST486 to emulate the BIOS code.
2019-08-15 14:13:54 +02:00
Extravert-ir
2b4108b2c6
[HALX86] Removed reduntant INIT_FUNCTION attribute from HalpGetSystemInterruptVector. ( #1234 )
...
This fixes livecd crashes started since 71fefa32db
.
2019-01-13 01:01:31 +01:00
Timo Kreuzer
71fefa32db
[NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION ( #779 )
...
* Add an NDK header to define INIT_FUNCTION/INIT_SECTION globally
* Use _declspec(allocate(x)) and _declspec(code_seg(x)) on MSVC versions that support it
* Use INIT_FUNCTION on functions only and INIT_SECTION on data only (required by MSVC)
* Place INIT_FUNCTION before the return type (required by MSVC)
* Make sure declarations and implementations share the same modifiers (required by MSVC)
* Add a global linker option to suppress warnings about defined but unused INIT section
* Merge INIT section into .text in freeldr
2018-12-30 12:19:11 +01:00
Denis Malikov
4ea570975c
[HAL] Add NT6-compatible version of HalpMapPhysicalMemory64 and HalpUnmapVirtualAddress
2018-08-05 10:14:57 +02:00
Thomas Faber
b4453242f7
[HAL] Eliminate tail calls from HalpDispatchInterrupt[2]. CORE-14076
2018-02-18 13:06:42 +01:00
Ivan Labutin
5ae2750467
[HAL] Implement APIC-based profiling for x64.
2018-02-15 12:45:29 +01:00
Timo Kreuzer
5311c57b5f
[HAL] Use 64 bits for physical addresses.
2017-12-17 19:01:52 +01:00
Colin Finck
361b6e39e3
[HALX86] Deduplicate initialization of legacy PICs and remove EOI in I/O APIC initialization, which causes an unexpected interrupt
2017-12-17 09:51:37 +01:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00