Glimpse is a tiny operating system who's goal is just to explain how memory management and task switching works in x86 machine. This current implementation creates a few threads and allocates them their private address spaces and multitasks between them. And also implements mapping physical memory to virutal memory. Tested it on Qemu.