mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
v1.0.4 (#100)
* closes #22 (missing CloseHandle for FreeDOS' AUTOEXEC.BAT) * split rufus and rufus_fd solution files (VS2010) * error messages small improvements * since we're on Windows, use .txt extension for README and TODO
This commit is contained in:
parent
80f12bce4d
commit
5722300063
12 changed files with 50 additions and 30 deletions
20
README.txt
Normal file
20
README.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
Rufus: The Reliable USB Formatting Utility
|
||||
|
||||
Features:
|
||||
- Formats USB memory sticks to FAT/FAT32/NTFS/exFAT
|
||||
- Creates MS-DOS bootable USB memory sticks, with no external files required
|
||||
- Checks for badblock
|
||||
- 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.
|
||||
Remember that you can get plenty of useful information about what Rufus
|
||||
is doing through a Windows debugger such as DebugView.
|
||||
|
||||
More info:
|
||||
http://rufus.akeo.ie
|
||||
|
||||
Enhancements/Bugs
|
||||
https://github.com/pbatard/rufus/issues
|
Loading…
Add table
Add a link
Reference in a new issue