A project to implement a console using the Mbed using VGA for video output and a PS/2 keyboard for the input. The eventual goal is to also include tools for managing SD cards, and a semi-self-hosting programming environment.
Dependencies: PS2_MbedConsole fastlib SDFileSystem vga640x480g_mbedconsole lightvm mbed
MbedConsole is a cool little project to have a self-contained computer all on an Mbed. So far it has VGA and PS/2 support and can stand alone without a computer powering it. Next planned features are SD card support and a lightweight programmable VM complete with a file editor and self-hosted assembler.
You can view additional details about it at http://earlz.net/tags/mbedconsole
History
Finally got SD card support working. WOW that was trickier than I expected
2013-04-15, by earlz [Mon, 15 Apr 2013 02:37:02 +0000] rev 20
Finally got SD card support working. WOW that was trickier than I expected
Added lightvm library
2013-04-12, by earlz [Fri, 12 Apr 2013 04:15:26 +0000] rev 19
Added lightvm library
Commented out Hack a day code. Probably will have my own little logo in there eventually
2013-04-05, by earlz [Fri, 05 Apr 2013 01:01:22 +0000] rev 18
Commented out Hack a day code. Probably will have my own little logo in there eventually
Moved keyboard to pins 21 and 22 so that we can use the spare SPI for SD card
2013-04-05, by earlz [Fri, 05 Apr 2013 00:54:22 +0000] rev 17
Moved keyboard to pins 21 and 22 so that we can use the spare SPI for SD card
Added BSD license notice
2012-09-30, by earlz [Sun, 30 Sep 2012 16:48:41 +0000] rev 16
Added BSD license notice
published libraries
2012-09-30, by earlz [Sun, 30 Sep 2012 16:43:34 +0000] rev 15
published libraries
cleaning a bit
2012-09-30, by earlz [Sun, 30 Sep 2012 16:34:33 +0000] rev 14
cleaning a bit
finally a graphic
2012-09-30, by earlz [Sun, 30 Sep 2012 05:26:32 +0000] rev 13
finally a graphic
Converted to completely use PS/2 keyboard for console; Also added a couple of commands
2012-09-28, by earlz [Fri, 28 Sep 2012 04:35:00 +0000] rev 12
Converted to completely use PS/2 keyboard for console; Also added a couple of commands
Finally have keyboard support, AND it plays nice with VGA
2012-09-28, by earlz [Fri, 28 Sep 2012 04:03:54 +0000] rev 11
Finally have keyboard support, AND it plays nice with VGA