Operating System

Dependencies:   UnitTest wolfssh mDNS wolfcrypt wolfSSL

This is an embedded operating system for K64F. It includes a ssh server, a web-server and mDNS server. It has POST on boot. The main purpose of the OS is a router for the thing network.

Revision:
0:97ba3e2cd071
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/graphicscontext.h	Thu Jun 13 13:08:37 2019 +0000
@@ -0,0 +1,14 @@
+#ifndef __MYOS__COMMON__GRAPHICSCONTEXT_H
+#define __MYOS__COMMON__GRAPHICSCONTEXT_H
+
+#include <drivers/vga.h>
+
+namespace myos
+{
+    namespace common
+    {
+        typedef myos::drivers::VideoGraphicsArray GraphicsContext;
+    }
+}
+
+#endif
\ No newline at end of file