Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 340 Bytes

File metadata and controls

4 lines (4 loc) · 340 Bytes

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.