Skip to content

Maker portfolio demo

Pre-release
Pre-release

Choose a tag to compare

@NunoLealF NunoLealF released this 06 Jan 17:59
· 349 commits to main since this release

Demo for the MIT maker portfolio – shows the Serra logo, along with a cursor (which is just the MIT logo – left-click to draw it across the screen!):

alt text


This is not a final release in any way, shape or form, it's just a demo showing the current capabilities of the boot manager. To be more specific, this demo:

  • automatically picks the best VESA video mode, assuming one is available;
  • displays the Serra logo (see Boot/Legacy/Core/Img.h);
  • loads a rudimentary PS/2 mouse driver to track the position of the cursor;
  • and shows a cursor on the screen (in this case, the MIT logo).

This release contains two files: MitDemo.bin (which is just the raw image file, suitable for burning onto a USB or running from QEMU, such as in qemu-system-i386 -cpu pentium3 -m 128 -drive file=MitDemo.bin,format=raw -d int), and MitDemo.vdi (which is a VirtualBox hard disk file).