Micros is a really simple 32-bit OS for x86 machines. It can boot off a floppy and initialize the machine into 32-bit
mode. It then starts up a keyboard handler and displays to the screen the scan codes of whatever key you press. The
original code was lost to a hardrive crash. So this version dosn't have any of my threading code. Boo hoo. :)