Menu

Home

Killer{R}

This is a fork/continue http://winaoe.org WinAoE project. Original author stopped its development and I decided to make some changes in project and publish new version with retaining original license and copyrights. Here're changes comparing to WinAoE 0.97g version:
- aoe.exe renamed to aoedisk.exe. Also driver's binary and control device names changed, so when following instructions written for winaoe don't forget that all aoe commands (like scan and mount) must be typed as aoedisk now.
- supported suspend-to-RAM (hibernation can be also enabled via registry)
- fixed some bugs that could cause BSoD on disk mount
- re-written scheduler to improve performance:
-- packets now grouped into 2 separate lists - scheduled and pending
-- added checks to avoid data corruption by misordered write commands execution
-- reduced memory copies cuz final packet now formed immediately on NDIS send buffer
-- this also reduced non-paged pool usage
-- its possible now to tune some scheduler settings by editing values at HKLM\SYSTEM\CurrentControlSet\Services\AoE\Parameters (see aoe.c/AoEStart() for details)
- supported experimental features of AoEde project: tags tracking and coalesced read requests for better performance & reliability

Project Members: