util: Add OS module to get version information of Windows

Data we always need when things go wrong, log it on boot.
This commit is contained in:
icex2
2020-09-02 22:04:53 +02:00
parent 55c9f5a521
commit 7733912ae2
3 changed files with 156 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ src_util := \
mem.c \
msg-thread.c \
net.c \
os.c \
signal.c \
str.c \
thread.c \