Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
045f53d7
Commit
045f53d7
authored
Feb 15, 2022
by
longpanda
Browse files
1.0.69 release
parent
a173acaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
13 deletions
+2
-13
GRUB2/MOD_SRC/grub-2.04/grub-core/fs/ntfs.c
GRUB2/MOD_SRC/grub-2.04/grub-core/fs/ntfs.c
+1
-12
INSTALL/grub/grub.cfg
INSTALL/grub/grub.cfg
+1
-1
No files found.
GRUB2/MOD_SRC/grub-2.04/grub-core/fs/ntfs.c
View file @
045f53d7
...
@@ -995,19 +995,8 @@ grub_ntfs_dir_iter (const char *filename, enum grub_fshelp_filetype filetype,
...
@@ -995,19 +995,8 @@ grub_ntfs_dir_iter (const char *filename, enum grub_fshelp_filetype filetype,
info
.
mtime
=
grub_divmod64
(
node
->
mtime
,
10000000
,
0
)
info
.
mtime
=
grub_divmod64
(
node
->
mtime
,
10000000
,
0
)
-
86400ULL
*
365
*
(
1970
-
1601
)
-
86400ULL
*
365
*
(
1970
-
1601
)
-
86400ULL
*
((
1970
-
1601
)
/
4
)
+
86400ULL
*
((
1970
-
1601
)
/
100
);
-
86400ULL
*
((
1970
-
1601
)
/
4
)
+
86400ULL
*
((
1970
-
1601
)
/
100
);
if
(
!
info
.
dir
)
if
(
!
info
.
dir
)
{
info
.
size
=
node
->
size
;
struct
grub_ntfs_file
*
mft
=
(
struct
grub_ntfs_file
*
)
node
;
info
.
size
=
mft
->
size
;
if
(
!
mft
->
inode_read
)
{
init_file
(
mft
,
mft
->
ino
);
info
.
size
=
mft
->
size
;
free_file
(
mft
);
}
}
grub_free
(
node
);
grub_free
(
node
);
return
ctx
->
hook
(
filename
,
&
info
,
ctx
->
hook_data
);
return
ctx
->
hook
(
filename
,
&
info
,
ctx
->
hook_data
);
}
}
...
...
INSTALL/grub/grub.cfg
View file @
045f53d7
...
@@ -2069,7 +2069,7 @@ function img_unsupport_menuentry {
...
@@ -2069,7 +2069,7 @@ function img_unsupport_menuentry {
#############################################################
#############################################################
#############################################################
#############################################################
set VENTOY_VERSION="1.0.6
8
"
set VENTOY_VERSION="1.0.6
9
"
#ACPI not compatible with Window7/8, so disable by default
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1
set VTOY_PARAM_NO_ACPI=1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment