This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2024-11-07 15:10:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d58f6558e0
reactos
/
modules
/
rosapps
/
drivers
/
CMakeLists.txt
4 lines
71 B
Text
Raw
Normal View
History
Unescape
Escape
[ROSAPPS] - Fix some newlines, - Fireball == Aleksey, not Aleasky :P (ahh, GreatLord, we miss you ^^), - Fix rosddt (ROS Device Detection Tool) readme file (convert into UTF-8 without BOM). svn path=/trunk/; revision=63280
2014-05-13 21:07:49 +00:00
add_subdirectory(green)
[VCDROM] Implement the virtual CD-ROM class driver. 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.
2017-12-03 17:10:32 +00:00
add_subdirectory(vcdrom)
[VFD] Import the VFD project (Virtual Floppy Drive) which allows creating virtual floppy drives in ReactOS and mount images on them. Only the cmd got imported. The GUI interface may come later on. Note that, as for vcdrom, the driver is left disabled and you need to explicitely start it through vfd command line interface. CORE-14090
2017-12-16 20:48:17 +00:00
add_subdirectory(vfd)
Reference in a new issue
Copy permalink