This document describes a bootable operating system created by Shahzeb Pirzada and M. Faiz. It includes source code for a boot loader written in assembly language that displays the text "C:\Windows" on the screen. The boot loader is designed to run at physical address 0x7C00 and uses BIOS interrupts to display the message. It fills the remaining space with zeros and ends with the signature bytes 0xAA55 to mark it as a valid boot sector. NASM is used to assemble the source code into a bootable floppy disk image file.