mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
6906e184bb
It was provided by MS as a separate package to download for Windows (up to 7). That class driver allows creating virtual drives on which we can later mount ISOs images. It's rather basic, but does the job. To use it, you can use the GUI app from Microsoft (Virtual CD-ROM Control Panel) or the vcdcli in CLI. We're compatible :-). Note that it's not loaded at boot, you need to manually start it, to lower memory footprint. Both applications will handle this for you. |
||
---|---|---|
.. | ||
applications | ||
demos | ||
drivers | ||
lib | ||
nukecamp | ||
templates | ||
CMakeLists.txt | ||
COPYING | ||
Doxyfile | ||
readme.txt | ||
rosapps_shortcuts.inf |
==================== ReactOS Applications ==================== This directory contains extra applicatons for ReactOS. Make sure you also have a copy of the rest of the ReactOS source before you attempt to build anything in this module. It is to be placed under "modules" subdirectory of a trunk checkout. No additional changes to build files are necessary, it'll be picked up automatically. To include "rosapps" in your build folder: 1. Copy the rosapps folder into the reactos\modules folder, or 2. Link reactos/modules/rosapps to rosapps # For Windows users cd %%_ROSSOURCEDIR%%\reactos\modules mklink /j rosapps %%_ROSSOURCEDIR%%\rosapps # For UNIX users cd \$$_ROSSOURCEDIR/reactos/modules ln -s \$$_ROSSOURCEDIR/rosapps rosapps