mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:35:47 +00:00
[HAL]
- Move i386 specific code into i386 folder - Move up specific code into up folder svn path=/branches/ros-amd64-bringup/; revision=44825
This commit is contained in:
parent
2a7cba77ee
commit
3d53481c23
8 changed files with 8 additions and 4 deletions
|
@ -21,15 +21,19 @@
|
|||
<file>display.c</file>
|
||||
<file>halinit.c</file>
|
||||
<file>misc.c</file>
|
||||
<file>portio.c</file>
|
||||
<file>profil.c</file>
|
||||
<file>reboot.c</file>
|
||||
<file>sysinfo.c</file>
|
||||
<file>systimer.S</file>
|
||||
<file>timer.c</file>
|
||||
<file>usage.c</file>
|
||||
<if property="ARCH" value="i386">
|
||||
<directory name="i386">
|
||||
<file>portio.c</file>
|
||||
<file>systimer.S</file>
|
||||
<file>v86.s</file>
|
||||
</directory>
|
||||
</if>
|
||||
</directory>
|
||||
<directory name="include">
|
||||
<pch>hal.h</pch>
|
||||
</directory>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<include>include</include>
|
||||
<include base="ntoskrnl">include</include>
|
||||
<define name="_NTHAL_" />
|
||||
<directory name="generic">
|
||||
<directory name="up">
|
||||
<file>irq.S</file>
|
||||
<file>processor.c</file>
|
||||
<file>spinlock.c</file>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue