Resolve FIXME: os = none is bare metal

This commit is contained in:
teor
2026-04-17 07:01:34 +10:00
parent c0441d42ed
commit 140dad0080
+1 -1
View File
@@ -516,7 +516,7 @@ fn human_readable_target_os(os: Symbol) -> Option<&'static str> {
Managarm => "Managarm",
Motor => "Motor OS",
NetBsd => "NetBSD",
None => "bare-metal", // FIXME(scrabsha): is this appropriate?
None => "bare-metal",
Nto => "QNX Neutrino",
NuttX => "NuttX",
OpenBsd => "OpenBSD",