Go to file
Pete Batard bb0c0ecb1c [core] fixed non detection of USB drives on some platforms
* STORAGE_DEVICE_NUMBER.DeviceNumber is not unique! Optical drives and
  HDDs can have the same number
* Use GetDriveType() to filter unwanted devices
* closes #32
2012-02-02 19:47:08 +00:00
res [sl] add chain.c32 module for embedding 2012-01-12 18:55:30 +00:00
src [core] fixed non detection of USB drives on some platforms 2012-02-02 19:47:08 +00:00
.gitattributes [misc] separated ms-sys dependency from application 2012-01-11 00:05:16 +00:00
.gitignore [msvc] update solution files and add missing config.h 2012-01-31 17:39:54 +00:00
Makefile.am [mingw] added --with-freedos to configure 2012-01-06 16:46:27 +00:00
Makefile.in [misc] separated ms-sys dependency from application 2012-01-11 00:05:16 +00:00
README.txt [msvc] move FreeDOS config option to a header file 2012-01-11 11:09:40 +00:00
_chver.sh [misc] fix warnings 2011-12-06 14:05:53 +00:00
_post-commit.sh [internal] update app URL as well as scripts 2011-12-09 22:47:44 +00:00
_pre-commit.sh [misc] pre 1.0.3 update 2011-12-13 02:06:59 +00:00
_release.sh [sl] add chain.c32 module for embedding 2012-01-12 18:55:30 +00:00
_sign.cmd [mingw] added --with-freedos to configure 2012-01-06 16:46:27 +00:00
aclocal.m4 [mingw] add configure and dependencies 2011-12-05 01:06:53 +00:00
autogen.sh [iso] initial ISO image support (EXPERIMENTAL) 2012-01-31 01:40:22 +00:00
configure [iso] initial ISO image support (EXPERIMENTAL) 2012-01-31 01:40:22 +00:00
configure.ac [iso] initial ISO image support (EXPERIMENTAL) 2012-01-31 01:40:22 +00:00
install-sh [internal] update app URL as well as scripts 2011-12-09 22:47:44 +00:00
missing [mingw] add configure and dependencies 2011-12-05 01:06:53 +00:00
ms-config.h [sl] syslinux support (MinGW) 2012-01-12 11:05:09 +00:00
rufus.sln [msvc] update solution files and add missing config.h 2012-01-31 17:39:54 +00:00
wdk_build.cmd [iso] initial ISO image support (EXPERIMENTAL) 2012-01-31 01:40:22 +00:00

README.txt

Rufus: The Reliable USB Formatting Utility

Features:
- Formats USB memory sticks to FAT/FAT32/NTFS/exFAT
- Creates MS-DOS/FreeDOS bootable USB memory sticks, with no external files required
- Checks for bad blocks
- Modern UI, with UAC elevation for Windows Vista and later
- Fully Open Source (GPL v3)

Compilation:
  Use either Visual Studio 2010, WDK (Windows Driver Kit) or MinGW and then
  invoke the .sln, wdk_build.cmd or configure/make respectively.
  You can change the project options (FreeDOS support, etc) by editing the top-level
  ms-config.h (Visual Studio, WDK) or running "./configure --help" (MinGW).
  
Additional information:
  Rufus provides extensive information abour what it is doing through the Windows
  debug facility, which can be accessed with an application such as DebugView.

More info:
  http://rufus.akeo.ie

Enhancements/Bugs
  https://github.com/pbatard/rufus/issues