LegacyBootMenu
fBootMenus.AddItem(new LegacyBootMenu());
LegacyBootMenu::LegacyBootMenu()
LegacyBootMenu::~LegacyBootMenu()
LegacyBootMenu::IsInstalled(const BootDrive& drive)
LegacyBootMenu::CanBeInstalled(const BootDrive& drive)
LegacyBootMenu::CollectPartitions(const BootDrive& drive, BMessage& settings)
LegacyBootMenu::Install(const BootDrive& drive, BMessage& settings)
LegacyBootMenu::SaveMasterBootRecord(BMessage* settings, BFile* file)
LegacyBootMenu::RestoreMasterBootRecord(BMessage* settings, BFile* file)
LegacyBootMenu::GetDisplayText(const char* text, BString& displayText)
LegacyBootMenu::_ConvertToBIOSText(const char* text, BString& biosText)
LegacyBootMenu::_GetBIOSDrive(const char* device, int8& drive)
LegacyBootMenu::_ReadBlocks(int fd, uint8* buffer, size_t size)
LegacyBootMenu::_WriteBlocks(int fd, const uint8* buffer, size_t size)
LegacyBootMenu::_CopyPartitionTable(MasterBootRecord* destination,
LegacyBootMenu::_IsValid(const MasterBootRecord* mbr)
class LegacyBootMenu : public BootMenu {
LegacyBootMenu();
virtual ~LegacyBootMenu();