mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Build and add ntdll for ARM.
- We now correctly mount the boot partition, scan for system drivers (none yet), and attempt loading ntdll. - This actually works -- meaning the RAMdisk driver is working perfectly with vfatfs.sys and providing a virtual drive. - We crash during mapping ntdll.dll due to some Mm issues we need to work out. - Yes, we're almost at user-mode. svn path=/trunk/; revision=34675
This commit is contained in:
parent
148fbeb8b3
commit
e0f2814f6b
1 changed files with 9 additions and 1 deletions
|
@ -118,6 +118,9 @@
|
|||
<xi:include href="lib/sdk/wdmguid/wdmguid.rbuild" />
|
||||
</directory>
|
||||
</directory>
|
||||
<directory name="ntdllsys">
|
||||
<xi:include href="lib/ntdllsys/ntdllsys.rbuild" />
|
||||
</directory>
|
||||
</directory>
|
||||
<directory name="include">
|
||||
<xi:include href="include/directory.rbuild" />
|
||||
|
@ -165,5 +168,10 @@
|
|||
<xi:include href="drivers/base/bootvid/bootvid.rbuild" />
|
||||
</directory>
|
||||
</directory>
|
||||
</directory>
|
||||
</directory>
|
||||
<directory name="dll">
|
||||
<directory name="ntdll">
|
||||
<xi:include href="dll/ntdll/ntdll.rbuild" />
|
||||
</directory>
|
||||
</directory>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue