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
1c27c0b4
Commit
1c27c0b4
authored
Feb 19, 2022
by
longpanda
Browse files
Updated help files (#1460)
parent
0f89c276
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
INSTALL/grub/help/sr_RS.txt
INSTALL/grub/help/sr_RS.txt
+2
-2
vtoyjump/vtoyjump/vtoyjump.c
vtoyjump/vtoyjump/vtoyjump.c
+1
-1
No files found.
INSTALL/grub/help/sr_RS.txt
View file @
1c27c0b4
...
@@ -10,8 +10,8 @@ F7 - Мења између GUI <-> TEXT начина рада
...
@@ -10,8 +10,8 @@ F7 - Мења између GUI <-> TEXT начина рада
m - Генерира хеш одабраног имиџ фајла (md5/sha1/sha256/sha512)
m - Генерира хеш одабраног имиџ фајла (md5/sha1/sha256/sha512)
Ctrl+w - WIMBOOT начин рада (само за стандардне Windows имиџ фајлове)
Ctrl+w - WIMBOOT начин рада (само за стандардне Windows имиџ фајлове)
Ctrl+r - GRUB2 начин рада (само за неке Linux дистрибуције)
Ctrl+r - GRUB2 начин рада (само за неке Linux дистрибуције)
Ctrl+i - Компатибилни начин рада (само за тестира
нј
е)
Ctrl+i - Компатибилни начин рада (само за тестира
њ
е)
Ctrl+u - Учитава EFI драјвер за имиџ фајлове (само за тестира
нј
е)
Ctrl+u - Учитава EFI драјвер за имиџ фајлове (само за тестира
њ
е)
...
...
vtoyjump/vtoyjump/vtoyjump.c
View file @
1c27c0b4
...
@@ -1607,7 +1607,7 @@ static int VentoyHook(ventoy_os_param *param)
...
@@ -1607,7 +1607,7 @@ static int VentoyHook(ventoy_os_param *param)
Drives
=
GetLogicalDrives
();
Drives
=
GetLogicalDrives
();
Log
(
"Drives before mount: 0x%x"
,
Drives
);
Log
(
"Drives before mount: 0x%x"
,
Drives
);
rc
=
MountIsoFile
(
IsoPath
,
DiskExtent
.
DiskNum
ber
);
rc
=
MountIsoFile
(
IsoPath
,
Vtoy
DiskNum
);
NewDrives
=
GetLogicalDrives
();
NewDrives
=
GetLogicalDrives
();
Log
(
"Drives after mount: 0x%x (0x%x)"
,
NewDrives
,
(
NewDrives
^
Drives
));
Log
(
"Drives after mount: 0x%x (0x%x)"
,
NewDrives
,
(
NewDrives
^
Drives
));
...
...
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