From 20eacc8a5978e19bf67a17cd394e5c788618ec27 Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Mon, 29 Jul 2024 21:16:43 +0200 Subject: [PATCH] Update docs/NOTES.md --- docs/NOTES.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/NOTES.md b/docs/NOTES.md index 31ada1d..ab74ece 100644 --- a/docs/NOTES.md +++ b/docs/NOTES.md @@ -46,9 +46,27 @@ Check if running under wine by testing if executables are present: * The "VMK" environment variable is the VerboseModeKey which enables logging to stdout/stderr even in release build +## OS and emulator/environment detector + +* Linux + * Native + * Msys (Windows) + * CYGWIN (Windows) + * [Microsoft WSL & WSLv2](https://github.com/microsoft/WSL/issues/4071) + * [FreeBSD linuxemu](https://docs.freebsd.org/en/books/handbook/linuxemu/) +* Windows + * WINE + * ReactOS + * Native +* Darwin (macOS) + ## Windows * Copy to well known current user binary path to semi related filenames * Run via start menu item for current user, or via `schtasks` * * + +## Detection + +*