40 lines
746 B
Markdown
40 lines
746 B
Markdown
|
[comment]: # (!!!) <!--------------------------------------------------------->
|
||
|
|
||
|
<div style="text-align: center; display: grid; grid-template-columns: 1fr 1fr;">
|
||
|
<div>
|
||
|
|
||
|
#### Pros
|
||
|
|
||
|
- Fit many ISOs onto one disk
|
||
|
- Can use disk normally
|
||
|
- Live patch ISOs
|
||
|
- Multi-ISA support
|
||
|
- Somewhat extendable
|
||
|
- FOSS*
|
||
|
|
||
|
</div>
|
||
|
<div>
|
||
|
|
||
|
#### Cons
|
||
|
|
||
|
- Not 100% compatible
|
||
|
- Repo uses precompiled bins
|
||
|
- Creator might be dead
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
Note:
|
||
|
```
|
||
|
IMG/cpio_mips64/ventoy/busybox/m64
|
||
|
INSTALL/EFI/BOOT/grub.efi
|
||
|
INSTALL/EFI/BOOT/grubia32.efi
|
||
|
INSTALL/EFI/BOOT/mmia32.efi
|
||
|
LiveCD/GRUB/bootx64.efi
|
||
|
LiveCDGUI/GRUB/bootx64.efi
|
||
|
Unix/ventoy_unix/DragonFly/sbin/dmsetup
|
||
|
Unix/ventoy_unix/DragonFly/sbin/init
|
||
|
VtoyTool/vtoytool/01/vtoytool_64
|
||
|
VtoyTool/vtoytool/02/vtoytool_64
|
||
|
```
|