Creating an entire operating system in binary is an incredibly complex task and beyond the scope of what can be achieved in this format. An operating system is comprised of millions of lines of code across various programming languages, and writing it all in binary by hand is impractical.
However, I can provide a high-level overview of what an operating system typically consists of, along with programming concepts and components necessary for


