mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[syslinux] initial Syslinux v5 support
* Use .bss and .sys from Syslinux v5.10 * Advanced options allow you to choose between v4 and v5 * Rufus does not currently copy any ldlinux.c32 to the target
This commit is contained in:
parent
0e1c474ca0
commit
df5bce297d
12 changed files with 53 additions and 37 deletions
BIN
res/syslinux/ldlinux_v5.bss
Normal file
BIN
res/syslinux/ldlinux_v5.bss
Normal file
Binary file not shown.
BIN
res/syslinux/ldlinux_v5.sys
Normal file
BIN
res/syslinux/ldlinux_v5.sys
Normal file
Binary file not shown.
|
@ -1,2 +1,3 @@
|
|||
o ldlinux.bss and ldlinux.sys are from syslinux-4.06/core/
|
||||
o ldlinux_v4.[bss|sys] have been renamed from ldlinux.[bss|sys] found in syslinux-4.06/core/
|
||||
o ldlinux_v5.[bss|sys] have been renamed from ldlinux.[bss|sys] found in syslinux-5.10/core/
|
||||
http://www.kernel.org/pub/linux/utils/boot/syslinux/
|
Loading…
Add table
Add a link
Reference in a new issue