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:
3:351ee68a721d
Parent:
0:97ba3e2cd071
--- a/drivers/vga.h	Thu Jun 13 14:20:16 2019 +0000
+++ b/drivers/vga.h	Wed Sep 11 10:41:02 2019 +0000
@@ -3,9 +3,6 @@
 #ifndef __MYOS__DRIVERS__VGA_H
 #define __MYOS__DRIVERS__VGA_H
 
-//#include <hardwarecommunication/port.h>
-//#include <drivers/driver.h>
-
 namespace myos
 {
     namespace drivers
@@ -14,21 +11,6 @@
         class VideoGraphicsArray
         {
         protected:
-            /*hardwarecommunication::Port8Bit miscPort;
-            hardwarecommunication::Port8Bit crtcIndexPort;
-            hardwarecommunication::Port8Bit crtcDataPort;
-            hardwarecommunication::Port8Bit sequencerIndexPort;
-            hardwarecommunication::Port8Bit sequencerDataPort;
-            hardwarecommunication::Port8Bit graphicsControllerIndexPort;
-            hardwarecommunication::Port8Bit graphicsControllerDataPort;
-            hardwarecommunication::Port8Bit attributeControllerIndexPort;
-            hardwarecommunication::Port8Bit attributeControllerReadPort;
-            hardwarecommunication::Port8Bit attributeControllerWritePort;
-            hardwarecommunication::Port8Bit attributeControllerResetPort;
-
-            void WriteRegisters(uint8_t* registers);
-            uint8_t* GetFrameBufferSegment();*/
-
             virtual uint8_t GetColorIndex(uint8_t r, uint8_t g, uint8_t b);