History log of /haiku/src/add-ons/disk_systems/fat/FATAddOn.cpp
Revision Date Author Comments
# b08627f3 04-May-2018 Murai Takashi <tmurai01@gmail.com>

Fix catching polymorphic type by value

Replace catching polymorphic type std::bad_alloc 'by value'
with 'by reference'.
Pointed by gcc8


# 03862111 17-Feb-2014 François Revol <revol@free.fr>

Add FAT addon for DriveSetup

Tested with a 5MB image, seems to work.

There seems to be an issue with too long names though, or possibly names with spaces.

Also, technically it supports FAT12,16 and 32, so it should probably be renamed
in the interface.

Didn't check how to declare support for more than 1 partition types either.