[syslinux] Memdisk and big floppy images

pierre-philipp braun pbraun at nethence.com
Wed Jun 27 03:57:44 PDT 2018


On 06/18/2018 08:04 PM, Paul Menzel via Syslinux wrote:
> image of 20 MB, so that the vendor update utility fits.

I used this process to get FreeDOS on a memstick and upgrade firmwares.
The bootcode may be syslinux's, but I used `fdisk -c=dos` and `ms-sys`
to get it done (http://doc.nethence.com/freedos),

  fdisk -c=dos /dev/sdb
  mkfs.fat -F16 /dev/sdb1
  ms-sys -w /dev/sdb
  ms-sys --fat16free /dev/sdb1

pierre-philipp


More information about the Syslinux mailing list