The Virtual Motherboard Homepage

The Virtual Motherboard is hosted under sourceforge (see: http://sourceforge.net/projects/vmb/). There you can get source code and browse the CVS repository. Here you find a selection of ready to run binary examples.

Example 1

A simple configuration running under Linux consisting of

Example 2

A simple configuration running under Linux consisting of

Example 3

The same as Example 1, but with executables for WIN32. (screenshot)

Example 4

The same as Example 2, but with executables for WIN32.

Example 5

This example demonstrates a simple embedded device, a stopwatch. There is no RAM (everything works in registers, no user program, just a program in ROM.

The example uses the GNU toolchain under windows to build the system.

Example 7

This example demonstrates the framebuffer device, buttons and timer. It sould be possible to write a program that starts with zero counting the seconds and displaying the number of seconds elapsed on the seven segment display.

Example GNU

A complex example demonstrating the GNU toolchain with MMIX.