1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00
Commit graph

9 commits

Author SHA1 Message Date
Pete Batard
f75a9fc7cb [boot] added MS-DOS file extraction from diskcopy.dll
* diskcopy.dll contains a resource ('BINFILE') that is a 1.4MB
  floppy image of a bootable MS-DOS disk (FAT12)
* we can extract these files and use them for bootable USB
2011-11-27 02:09:45 +00:00
Pete Batard
7280b0c45b [ui] use GNU fdisk's sys_type.h for FS type description
* also fixed persistent FS tooltip when no device is attached
2011-11-25 13:29:35 +00:00
Pete Batard
45406054cc [partition] initial partitioning code
* also added bWriteAccess parameter to GetDriveHandle()
* also added locking (FSCTL_LOCK_VOLUME) to GetDriveHandle()
* also added extra security checks to GetDriveHandle()
* also added status output
* also added ReadSectors/WriteSectors
2011-11-23 12:27:51 +00:00
Pete Batard
f263369e55 [core] added string array manipulation
* for drive description report
* also added MSVC memory leak detection in debug mode
2011-11-21 20:12:23 +00:00
Pete Batard
f355c450b6 [ui] added About and License dialogs
* also added partition information
* also fixed enumeration of non Windows FS USB devices
2011-11-21 17:06:17 +00:00
Pete Batard
4dfb38430f [wdk] use batch file in order to keep a Makefile 2011-11-20 22:20:28 +00:00
Pete Batard
8fa8faf510 [misc] renamed project to Rufus 2011-11-19 19:08:23 +00:00
Pete Batard
e041eea1df [enum] populate the device list 2011-11-17 01:43:06 +00:00
Pete Batard
7b84a6adff [msvc] vs2010 project files 2011-11-13 20:54:21 +00:00