Difference between revisions of "Hardware Abstraction Layer"

From ReactOS Wiki
Jump to: navigation, search
m
m
Line 8: Line 8:
 
The HAL was separated from [[NTOSKRNL|ntoskrnl.exe]] in [[ChangeLog-0.0.19|ReactOS 0.0.19]]
 
The HAL was separated from [[NTOSKRNL|ntoskrnl.exe]] in [[ChangeLog-0.0.19|ReactOS 0.0.19]]
  
 +
[[ChangeLog-0.1.0]]
 +
* Added HalpGetIsaInterruptVector, HalpTranslatePciAddress,
 +
* Improved PCI support ([[Hartmut Birr]])
 
[[ChangeLog-0.1.5]]
 
[[ChangeLog-0.1.5]]
  

Revision as of 10:14, 4 March 2012

http://en.wikipedia.org/wiki/Microsoft_Windows_library_files#Hal.dll

http://svn.reactos.org/svn/reactos/trunk/reactos/hal/?view=log

ChangeLog-0.0.16

  • HAL dispatch tables and other HAL improvements

The HAL was separated from ntoskrnl.exe in ReactOS 0.0.19

ChangeLog-0.1.0

  • Added HalpGetIsaInterruptVector, HalpTranslatePciAddress,
  • Improved PCI support (Hartmut Birr)

ChangeLog-0.1.5

Hal.dll

  • Improved DMA support in the HAL (Vizzini)