mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 03:36:56 -04:00
[ntfs] add bootable NTFS support
* NTFS boot records in ms-sys * also added debug duplication to PrintMessage * also fixed controls staying enabled during formatting
This commit is contained in:
parent
bb0c0ecb1c
commit
d1e4ba278b
17 changed files with 534 additions and 47 deletions
3
src/ms-sys/inc/br_ntfs_0x0.h
Normal file
3
src/ms-sys/inc/br_ntfs_0x0.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
unsigned char br_ntfs_0x0[] = {
|
||||
0xEB, 0x52, 0x90, 0x4E, 0x54, 0x46, 0x53, 0x20, 0x20, 0x20, 0x20
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue