Jordan’s Repositories

MbedConsole Featured
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 ... tag console, PS/2, Terminal, VGA
Slight modification to SDFileSystem so that if the first initialization doesn't do the trick it tries doing it again (which so far has fixed every issue for me) tag FAT, file, SD, System
A lightweight VM which allows for easy custom programs to be made on the device without having to worry about linking and PIC code and all of that. BSD licensed. ... tag Machine, virtual, vm
A version of the PS/2 library customized for MbedConsole. Also includes a few things that make it's behavior easier to control and a few bug fixes. tag Input, keyboard, PS/2
This is a version of vga640x480g customized to work well with MbedConsole tag VGA, video
An extremely basic VT100 terminal interface. This will generate the proper escape codes to do things such as moving the cursor and clearing the screen. It takes up practically no ... tag Serial, Terminal, VT100
This is a little test program for x86Lib for a demonstration on how to use it for emulating 8086 programs tag 8086, emulation
I\'ve ported my library x86Lib to mbed. It fully emulates the 8086 processor, but a few things I\'m still working on. Notable missing things are interrupts. Previously I used exceptions ... tag 8086, emulation