Skip to content

Commit d138580

Browse files
committed
Bios (Haiku): report BIOS type
1 parent 948a965 commit d138580

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/detection/bios/bios_windows.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ const char* ffDetectBios(FFBiosResult* bios)
8989
default: break;
9090
}
9191
}
92+
#elif __HAIKU__
93+
// Currently SMBIOS detection is supported in legency BIOS only
94+
ffStrbufSetStatic(&bios->type, "BIOS");
9295
#endif
9396

9497
return NULL;

0 commit comments

Comments
 (0)