From 11a6c2a658593dc2b28aacead223331ebe4e7097 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 3 Sep 2016 12:30:48 +0000 Subject: [PATCH] README: mention that bare metal is supported. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09e2b0d..ed9cf74 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,8 @@ there should be at least 8 KiB of free stack space, or panicking will result in The architectures currently supported are: x86, x86_64, or1k. -The platforms currently supported are: Linux (any libc), FreeBSD, DragonFly BSD, macOS. +The platforms currently supported are: bare metal, Linux (any libc), +FreeBSD, DragonFly BSD, macOS. Windows is not supported (see [explanation](#windows-compatibility) below). ## Installation